#cabf32

Color #CABF32 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CABF32

Tints of Old Gold #CABF32

Color information

#CABF32 (or 0xCABF32) is unknown color: approx Old Gold. HEX triplet: CA, BF and 32. RGB value is (202,191,50). Sum of RGB (Red+Green+Blue) = 202+191+50=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABF32 is #3540CD. Grayscale: #B2B2B2. Windows color (decimal): -3489998 or 3325898. OLE color: 3325898.

HSL color Cylindrical-coordinate representation of color #CABF32: hue angle of 55.66º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CABF32 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20219150-
CMYK00.050.750.21
HSL55.66º60.32%49.41%-
HSV(B)55.66º75.25%79.22%-
XYZ43.5650.0510.38-
YUV178.2155.64144.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 50 (19.92% from 255) = 11.29%
R=45.60%
G=43.12%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021915000.050.750.2155.6660.3249.41
HexCABF32054B15383c31
Octal312277620511325707461
Binary11001010101111111100100101100101110101111000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cabf32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cabf32; }

 p { color: rgb(202,191,50); }

 H1.HeaderClassName
 {
   color: #cabf32;
 }
 .AnyTagClassName
 {
   color: #cabf32;
 }
</style>
background-color css

<style>
 a { background-color: #cabf32; }

 a { background-color: rgb(202,191,50); }

 div.DivClassName
 {
   background-color: #cabf32;
 }
 .BgClassName
 {
   background-color: #cabf32;
 }
</style>
border-color css

<style>
 span { border-color: #cabf32; }

 span { border-color: rgb(202,191,50); }

 td.TdClassName
 {
   border-color: #cabf32;
 }
 .TagClassName
 {
   border-color: #cabf32;
 }
</style>