#CABE41

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

Shades of Old Gold #CABE41

Tints of Old Gold #CABE41

Color information

#CABE41 (or 0xCABE41) is unknown color: approx Old Gold. HEX triplet: CA, BE and 41. RGB value is (202,190,65). Sum of RGB (Red+Green+Blue) = 202+190+65=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE41 is #3541BE. Grayscale: #B3B3B3. Windows color (decimal): -3490239 or 4308682. OLE color: 4308682.

HSL color Cylindrical-coordinate representation of color #CABE41: hue angle of 54.74º degrees, saturation: 0.56, 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 #CABE41 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20219065-
CMYK00.060.680.21
HSL54.74º56.38%52.35%-
HSV(B)54.74º67.82%79.22%-
XYZ43.7249.7712.3-
YUV179.3463.48144.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 190 (74.61% from 255) = 41.58%
BLUE value IS 65 (25.78% from 255) = 14.22%
R=44.20%
G=41.58%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021906500.060.680.2154.7456.3852.35
HexCABE41064415373834
Octal3122761010610425677064
Binary110010101011111010000010110100010010101110111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE41; }

 p { color: rgb(202,190,65); }

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

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

 a { background-color: rgb(202,190,65); }

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

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

 span { border-color: rgb(202,190,65); }

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