#B0CDAA

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

Shades of Zanah #B0CDAA

Tints of Zanah #B0CDAA

Color information

#B0CDAA (or 0xB0CDAA) is unknown color: approx Zanah. HEX triplet: B0, CD and AA. RGB value is (176,205,170). Sum of RGB (Red+Green+Blue) = 176+205+170=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CDAA is #4F3255. Grayscale: #C0C0C0. Windows color (decimal): -5190230 or 11193776. OLE color: 11193776.

HSL color Cylindrical-coordinate representation of color #B0CDAA: hue angle of 109.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0CDAA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB176205170-
CMYK0.1400.170.20
HSL109.71º25.93%73.53%-
HSV(B)109.71º17.07%80.39%-
XYZ46.9955.846.32-
YUV192.34115.39116.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=31.94%
G=37.21%
B=30.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762051700.1400.170.20109.7125.9373.53
HexB0CDAAE011146e1a4a
Octal260315252160212415632112
Binary1011000011001101101010101110010001101001101110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDAA; }

 p { color: rgb(176,205,170); }

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

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

 a { background-color: rgb(176,205,170); }

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

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

 span { border-color: rgb(176,205,170); }

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