#B0D4B9

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

Shades of Gum Leaf #B0D4B9

Tints of Gum Leaf #B0D4B9

Color information

#B0D4B9 (or 0xB0D4B9) is unknown color: approx Gum Leaf. HEX triplet: B0, D4 and B9. RGB value is (176,212,185). Sum of RGB (Red+Green+Blue) = 176+212+185=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D4B9 is #4F2B46. Grayscale: #C6C6C6. Windows color (decimal): -5188423 or 12178608. OLE color: 12178608.

HSL color Cylindrical-coordinate representation of color #B0D4B9: hue angle of 135º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0D4B9 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB176212185-
CMYK0.1700.130.17
HSL135º29.51%76.08%-
HSV(B)135º16.98%83.14%-
XYZ50.259.8254.8-
YUV198.16120.57112.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=30.72%
G=37.00%
B=32.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1762121850.1700.130.1713529.5176.08
HexB0D4B9110D11871e4c
Octal260324271210152120736114
Binary10110000110101001011100110001011011000110000111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D4B9; }

 p { color: rgb(176,212,185); }

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

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

 a { background-color: rgb(176,212,185); }

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

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

 span { border-color: rgb(176,212,185); }

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