#B0D2A9

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

Shades of Zanah #B0D2A9

Tints of Zanah #B0D2A9

Color information

#B0D2A9 (or 0xB0D2A9) is unknown color: approx Zanah. HEX triplet: B0, D2 and A9. RGB value is (176,210,169). Sum of RGB (Red+Green+Blue) = 176+210+169=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D2A9 is #4F2D56. Grayscale: #C3C3C3. Windows color (decimal): -5188951 or 11129520. OLE color: 11129520.

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

Color convert

RGB176210169-
CMYK0.1600.200.18
HSL109.76º31.3%74.31%-
HSV(B)109.76º19.52%82.35%-
XYZ48.1158.1946.23-
YUV195.16113.24114.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 210 (82.42% from 255) = 37.84%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=31.71%
G=37.84%
B=30.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101690.1600.200.18109.7631.374.31
HexB0D2A910014126e1f4a
Octal260322251200242215637112
Binary10110000110100101010100110000010100100101101110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D2A9; }

 p { color: rgb(176,210,169); }

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

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

 a { background-color: rgb(176,210,169); }

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

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

 span { border-color: rgb(176,210,169); }

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