#B4CAB9

Color #B4CAB9 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #B4CAB9

Tints of Gum Leaf #B4CAB9

Color information

#B4CAB9 (or 0xB4CAB9) is unknown color: approx Gum Leaf. HEX triplet: B4, CA and B9. RGB value is (180,202,185). Sum of RGB (Red+Green+Blue) = 180+202+185=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CAB9 is #4B3546. Grayscale: #C1C1C1. Windows color (decimal): -4928839 or 12176052. OLE color: 12176052.

HSL color Cylindrical-coordinate representation of color #B4CAB9: hue angle of 133.64º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4CAB9 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB180202185-
CMYK0.1100.080.21
HSL133.64º17.19%74.9%-
HSV(B)133.64º10.89%79.22%-
XYZ48.755.4554.03-
YUV193.48123.21118.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.75%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 185 (72.66% from 255) = 32.63%
R=31.75%
G=35.63%
B=32.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021850.1100.080.21133.6417.1974.9
HexB4CAB9B081586114b
Octal264312271130102520621113
Binary1011010011001010101110011011010001010110000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CAB9; }

 p { color: rgb(180,202,185); }

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

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

 a { background-color: rgb(180,202,185); }

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

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

 span { border-color: rgb(180,202,185); }

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