#B2D0AB

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

Shades of Zanah #B2D0AB

Tints of Zanah #B2D0AB

Color information

#B2D0AB (or 0xB2D0AB) is unknown color: approx Zanah. HEX triplet: B2, D0 and AB. RGB value is (178,208,171). Sum of RGB (Red+Green+Blue) = 178+208+171=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D0AB is #4D2F54. Grayscale: #C2C2C2. Windows color (decimal): -5058389 or 11260082. OLE color: 11260082.

HSL color Cylindrical-coordinate representation of color #B2D0AB: hue angle of 108.65º 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 #B2D0AB is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB178208171-
CMYK0.1400.180.18
HSL108.65º28.24%74.31%-
HSV(B)108.65º17.79%81.57%-
XYZ48.2757.5247.09-
YUV194.81114.56116.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=31.96%
G=37.34%
B=30.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782081710.1400.180.18108.6528.2474.31
HexB2D0ABE012126d1c4a
Octal262320253160222215534112
Binary1011001011010000101010111110010010100101101101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D0AB; }

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

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

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

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

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

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

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

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