#B0C4B2

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

Shades of Gum Leaf #B0C4B2

Tints of Gum Leaf #B0C4B2

Color information

#B0C4B2 (or 0xB0C4B2) is unknown color: approx Gum Leaf. HEX triplet: B0, C4 and B2. RGB value is (176,196,178). Sum of RGB (Red+Green+Blue) = 176+196+178=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C4B2 is #4F3B4D. Grayscale: #BCBCBC. Windows color (decimal): -5192526 or 11715760. OLE color: 11715760.

HSL color Cylindrical-coordinate representation of color #B0C4B2: hue angle of 126º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0C4B2 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB176196178-
CMYK0.1000.090.23
HSL126º14.49%72.94%-
HSV(B)126º10.2%76.86%-
XYZ45.6851.9249.73-
YUV187.97122.37119.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 178 (69.92% from 255) = 32.36%
R=32%
G=35.64%
B=32.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761961780.1000.090.2312614.4972.94
HexB0C4B2A09177ee49
Octal260304262120112717616111
Binary10110000110001001011001010100100110111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C4B2; }

 p { color: rgb(176,196,178); }

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

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

 a { background-color: rgb(176,196,178); }

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

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

 span { border-color: rgb(176,196,178); }

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