#B0CCAB

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

Shades of Zanah #B0CCAB

Tints of Zanah #B0CCAB

Color information

#B0CCAB (or 0xB0CCAB) is unknown color: approx Zanah. HEX triplet: B0, CC and AB. RGB value is (176,204,171). Sum of RGB (Red+Green+Blue) = 176+204+171=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CCAB is #4F3354. Grayscale: #BFBFBF. Windows color (decimal): -5190485 or 11259056. OLE color: 11259056.

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

Color convert

RGB176204171-
CMYK0.1400.160.2
HSL110.91º24.44%73.53%-
HSV(B)110.91º16.18%80%-
XYZ46.8555.3646.74-
YUV191.87116.22116.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=31.94%
G=37.02%
B=31.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041710.1400.160.2110.9124.4473.53
HexB0CCABE010146f184a
Octal260314253160202415730112
Binary1011000011001100101010111110010000101001101111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCAB; }

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

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

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

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

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

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

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

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