#CABF7B

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

Shades of Winter Hazel #CABF7B

Tints of Winter Hazel #CABF7B

Color information

#CABF7B (or 0xCABF7B) is unknown color: approx Winter Hazel. HEX triplet: CA, BF and 7B. RGB value is (202,191,123). Sum of RGB (Red+Green+Blue) = 202+191+123=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABF7B is #354084. Grayscale: #BABABA. Windows color (decimal): -3489925 or 8110026. OLE color: 8110026.

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

Color convert

RGB202191123-
CMYK00.050.390.21
HSL51.65º42.7%63.73%-
HSV(B)51.65º39.11%79.22%-
XYZ46.5651.2526.18-
YUV186.5492.14139.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 123 (48.44% from 255) = 23.84%
R=39.15%
G=37.02%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219112300.050.390.2151.6542.763.73
HexCABF7B052715342b40
Octal3122771730547256453100
Binary110010101011111111110110101100111101011101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF7B; }

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

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

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

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

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

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

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

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