#CABF84

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

Shades of Winter Hazel #CABF84

Tints of Winter Hazel #CABF84

Color information

#CABF84 (or 0xCABF84) is unknown color: approx Winter Hazel. HEX triplet: CA, BF and 84. RGB value is (202,191,132). Sum of RGB (Red+Green+Blue) = 202+191+132=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF84 is #35407B. Grayscale: #BBBBBB. Windows color (decimal): -3489916 or 8699850. OLE color: 8699850.

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

Color convert

RGB202191132-
CMYK00.050.350.21
HSL50.57º39.77%65.49%-
HSV(B)50.57º34.65%79.22%-
XYZ47.1551.4829.28-
YUV187.5696.64138.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 132 (51.95% from 255) = 25.14%
R=38.48%
G=36.38%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219113200.050.350.2150.5739.7765.49
HexCABF84052315332841
Octal3122772040543256350101
Binary1100101010111111100001000101100011101011100111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF84; }

 p { color: rgb(202,191,132); }

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

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

 a { background-color: rgb(202,191,132); }

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

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

 span { border-color: rgb(202,191,132); }

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