#B2D0AE

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

Shades of Zanah #B2D0AE

Tints of Zanah #B2D0AE

Color information

#B2D0AE (or 0xB2D0AE) is unknown color: approx Zanah. HEX triplet: B2, D0 and AE. RGB value is (178,208,174). Sum of RGB (Red+Green+Blue) = 178+208+174=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D0AE is #4D2F51. Grayscale: #C3C3C3. Windows color (decimal): -5058386 or 11456690. OLE color: 11456690.

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

Color convert

RGB178208174-
CMYK0.1400.160.18
HSL112.94º26.56%74.9%-
HSV(B)112.94º16.35%81.57%-
XYZ48.5657.6348.61-
YUV195.15116.06115.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=31.79%
G=37.14%
B=31.07%

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
Decimal1782081740.1400.160.18112.9426.5674.9
HexB2D0AEE01012711b4b
Octal262320256160202216133113
Binary1011001011010000101011101110010000100101110001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D0AE; }

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

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

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

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

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

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

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

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