#B0C6AE

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

Shades of Zanah #B0C6AE

Tints of Zanah #B0C6AE

Color information

#B0C6AE (or 0xB0C6AE) is unknown color: approx Zanah. HEX triplet: B0, C6 and AE. RGB value is (176,198,174). Sum of RGB (Red+Green+Blue) = 176+198+174=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C6AE is #4F3951. Grayscale: #BCBCBC. Windows color (decimal): -5192018 or 11454128. OLE color: 11454128.

HSL color Cylindrical-coordinate representation of color #B0C6AE: hue angle of 115º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C6AE is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB176198174-
CMYK0.1100.120.22
HSL115º17.39%72.94%-
HSV(B)115º12.12%77.65%-
XYZ45.7452.6747.8-
YUV188.69119.71118.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 198 (77.73% from 255) = 36.13%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=32.12%
G=36.13%
B=31.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761981740.1100.120.2211517.3972.94
HexB0C6AEB0C16731149
Octal260306256130142616321111
Binary101100001100011010101110101101100101101110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C6AE; }

 p { color: rgb(176,198,174); }

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

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

 a { background-color: rgb(176,198,174); }

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

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

 span { border-color: rgb(176,198,174); }

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