#CABE33

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

Shades of Old Gold #CABE33

Tints of Old Gold #CABE33

Color information

#CABE33 (or 0xCABE33) is unknown color: approx Old Gold. HEX triplet: CA, BE and 33. RGB value is (202,190,51). Sum of RGB (Red+Green+Blue) = 202+190+51=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE33 is #3541CC. Grayscale: #B2B2B2. Windows color (decimal): -3490253 or 3391178. OLE color: 3391178.

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

Color convert

RGB20219051-
CMYK00.060.750.21
HSL55.23º59.68%49.61%-
HSV(B)55.23º74.75%79.22%-
XYZ43.3749.6210.42-
YUV177.7456.48145.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 51 (20.31% from 255) = 11.51%
R=45.60%
G=42.89%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021905100.060.750.2155.2359.6849.61
HexCABE33064B15373c32
Octal312276630611325677462
Binary11001010101111101100110110100101110101110111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE33; }

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

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

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

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

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

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

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

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