#CABE82

Color #CABE82 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CABE82

Tints of Winter Hazel #CABE82

Color information

#CABE82 (or 0xCABE82) is unknown color: approx Winter Hazel. HEX triplet: CA, BE and 82. RGB value is (202,190,130). Sum of RGB (Red+Green+Blue) = 202+190+130=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE82 is #35417D. Grayscale: #BBBBBB. Windows color (decimal): -3490174 or 8568522. OLE color: 8568522.

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

Color convert

RGB202190130-
CMYK00.060.360.21
HSL50º40.45%65.1%-
HSV(B)50º35.64%79.22%-
XYZ46.85128.5-
YUV186.7595.98138.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 130 (51.17% from 255) = 24.90%
R=38.70%
G=36.40%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219013000.060.360.215040.4565.1
HexCABE82062415322841
Octal3122762020644256250101
Binary1100101010111110100000100110100100101011100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE82; }

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

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

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

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

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

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

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

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