#B0D0AB

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

Shades of Zanah #B0D0AB

Tints of Zanah #B0D0AB

Color information

#B0D0AB (or 0xB0D0AB) is unknown color: approx Zanah. HEX triplet: B0, D0 and AB. RGB value is (176,208,171). Sum of RGB (Red+Green+Blue) = 176+208+171=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D0AB is #4F2F54. Grayscale: #C2C2C2. Windows color (decimal): -5189461 or 11260080. OLE color: 11260080.

HSL color Cylindrical-coordinate representation of color #B0D0AB: hue angle of 111.89º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D0AB is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB176208171-
CMYK0.1500.180.18
HSL111.89º28.24%74.31%-
HSV(B)111.89º17.79%81.57%-
XYZ47.8157.2847.06-
YUV194.21114.9115.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 208 (81.64% from 255) = 37.48%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=31.71%
G=37.48%
B=30.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762081710.1500.180.18111.8928.2474.31
HexB0D0ABF01212701c4a
Octal260320253170222216034112
Binary1011000011010000101010111111010010100101110000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D0AB; }

 p { color: rgb(176,208,171); }

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

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

 a { background-color: rgb(176,208,171); }

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

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

 span { border-color: rgb(176,208,171); }

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