#CABF90

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

Shades of Winter Hazel #CABF90

Tints of Winter Hazel #CABF90

Color information

#CABF90 (or 0xCABF90) is unknown color: approx Winter Hazel. HEX triplet: CA, BF and 90. RGB value is (202,191,144). Sum of RGB (Red+Green+Blue) = 202+191+144=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF90 is #35406F. Grayscale: #BDBDBD. Windows color (decimal): -3489904 or 9486282. OLE color: 9486282.

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

Color convert

RGB202191144-
CMYK00.050.290.21
HSL48.62º35.37%67.84%-
HSV(B)48.62º28.71%79.22%-
XYZ48.0251.8333.86-
YUV188.93102.64137.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 144 (56.64% from 255) = 26.82%
R=37.62%
G=35.57%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219114400.050.290.2148.6235.3767.84
HexCABF90051D15312344
Octal3122772200535256143104
Binary110010101011111110010000010111101101011100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF90; }

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

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

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

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

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

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

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

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