#B0CCAE

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

Shades of Zanah #B0CCAE

Tints of Zanah #B0CCAE

Color information

#B0CCAE (or 0xB0CCAE) is unknown color: approx Zanah. HEX triplet: B0, CC and AE. RGB value is (176,204,174). Sum of RGB (Red+Green+Blue) = 176+204+174=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CCAE is #4F3351. Grayscale: #C0C0C0. Windows color (decimal): -5190482 or 11455664. OLE color: 11455664.

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

Color convert

RGB176204174-
CMYK0.1400.150.2
HSL116º22.73%74.12%-
HSV(B)116º14.71%80%-
XYZ47.1455.4748.27-
YUV192.21117.72116.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=31.77%
G=36.82%
B=31.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041740.1400.150.211622.7374.12
HexB0CCAEE0F1474174a
Octal260314256160172416427112
Binary101100001100110010101110111001111101001110100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCAE; }

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

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

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

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

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

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

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

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