#CABC40

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

Shades of Old Gold #CABC40

Tints of Old Gold #CABC40

Color information

#CABC40 (or 0xCABC40) is unknown color: approx Old Gold. HEX triplet: CA, BC and 40. RGB value is (202,188,64). Sum of RGB (Red+Green+Blue) = 202+188+64=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC40 is #3543BF. Grayscale: #B2B2B2. Windows color (decimal): -3490752 or 4242634. OLE color: 4242634.

HSL color Cylindrical-coordinate representation of color #CABC40: hue angle of 53.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CABC40 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20218864-
CMYK00.070.680.21
HSL53.91º56.56%52.16%-
HSV(B)53.91º68.32%79.22%-
XYZ43.2748.8912.01-
YUV178.0563.64145.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 64 (25.39% from 255) = 14.10%
R=44.49%
G=41.41%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021886400.070.680.2153.9156.5652.16
HexCABC40074415363934
Octal3122741000710425667164
Binary110010101011110010000000111100010010101110110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC40; }

 p { color: rgb(202,188,64); }

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

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

 a { background-color: rgb(202,188,64); }

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

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

 span { border-color: rgb(202,188,64); }

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