#B2D0AF

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

Shades of Zanah #B2D0AF

Tints of Zanah #B2D0AF

Color information

#B2D0AF (or 0xB2D0AF) is unknown color: approx Zanah. HEX triplet: B2, D0 and AF. RGB value is (178,208,175). Sum of RGB (Red+Green+Blue) = 178+208+175=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D0AF is #4D2F50. Grayscale: #C3C3C3. Windows color (decimal): -5058385 or 11522226. OLE color: 11522226.

HSL color Cylindrical-coordinate representation of color #B2D0AF: hue angle of 114.55º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D0AF is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB178208175-
CMYK0.1400.160.18
HSL114.55º25.98%75.1%-
HSV(B)114.55º15.87%81.57%-
XYZ48.6557.6749.12-
YUV195.27116.56115.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=31.73%
G=37.08%
B=31.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782081750.1400.160.18114.5525.9875.1
HexB2D0AFE01012731a4b
Octal262320257160202216332113
Binary1011001011010000101011111110010000100101110011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D0AF; }

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

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

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

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

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

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

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

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