#B0CBAB

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

Shades of Zanah #B0CBAB

Tints of Zanah #B0CBAB

Color information

#B0CBAB (or 0xB0CBAB) is unknown color: approx Zanah. HEX triplet: B0, CB and AB. RGB value is (176,203,171). Sum of RGB (Red+Green+Blue) = 176+203+171=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CBAB is #4F3454. Grayscale: #BFBFBF. Windows color (decimal): -5190741 or 11258800. OLE color: 11258800.

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

Color convert

RGB176203171-
CMYK0.1300.160.20
HSL110.62º23.53%73.33%-
HSV(B)110.62º15.76%79.61%-
XYZ46.6154.8846.66-
YUV191.28116.55117.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=32%
G=36.91%
B=31.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762031710.1300.160.20110.6223.5373.33
HexB0CBABD010146f1849
Octal260313253150202415730111
Binary1011000011001011101010111101010000101001101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBAB; }

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

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

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

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

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

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

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

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