#CABF36

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

Shades of Old Gold #CABF36

Tints of Old Gold #CABF36

Color information

#CABF36 (or 0xCABF36) is unknown color: approx Old Gold. HEX triplet: CA, BF and 36. RGB value is (202,191,54). Sum of RGB (Red+Green+Blue) = 202+191+54=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 54 (21.48% from 255 or 12.08% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABF36 is #3540C9. Grayscale: #B3B3B3. Windows color (decimal): -3489994 or 3588042. OLE color: 3588042.

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

Color convert

RGB20219154-
CMYK00.050.730.21
HSL55.54º58.27%50.2%-
HSV(B)55.54º73.27%79.22%-
XYZ43.6550.0810.86-
YUV178.6757.64144.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 54 (21.48% from 255) = 12.08%
R=45.19%
G=42.73%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021915400.050.730.2155.5458.2750.2
HexCABF36054915383a32
Octal312277660511125707262
Binary11001010101111111101100101100100110101111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF36; }

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

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

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

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

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

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

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

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