#CABE4B

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

Shades of Old Gold #CABE4B

Tints of Old Gold #CABE4B

Color information

#CABE4B (or 0xCABE4B) is unknown color: approx Old Gold. HEX triplet: CA, BE and 4B. RGB value is (202,190,75). Sum of RGB (Red+Green+Blue) = 202+190+75=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE4B is #3541B4. Grayscale: #B4B4B4. Windows color (decimal): -3490229 or 4964042. OLE color: 4964042.

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

Color convert

RGB20219075-
CMYK00.060.630.21
HSL54.33º54.51%54.31%-
HSV(B)54.33º62.87%79.22%-
XYZ44.0449.8913.97-
YUV180.4868.48143.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 75 (29.69% from 255) = 16.06%
R=43.25%
G=40.69%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021907500.060.630.2154.3354.5154.31
HexCABE4B063F15363736
Octal312276113067725666766
Binary11001010101111101001011011011111110101110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE4B; }

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

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

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

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

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

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

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

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