#B3C9B2

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

Shades of Zanah #B3C9B2

Tints of Zanah #B3C9B2

Color information

#B3C9B2 (or 0xB3C9B2) is unknown color: approx Zanah. HEX triplet: B3, C9 and B2. RGB value is (179,201,178). Sum of RGB (Red+Green+Blue) = 179+201+178=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C9B2 is #4C364D. Grayscale: #BFBFBF. Windows color (decimal): -4994638 or 11717043. OLE color: 11717043.

HSL color Cylindrical-coordinate representation of color #B3C9B2: hue angle of 117.39º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3C9B2 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB179201178-
CMYK0.1100.110.21
HSL117.39º17.56%74.31%-
HSV(B)117.39º11.44%78.82%-
XYZ47.5154.5750.15-
YUV191.8120.21118.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 201 (78.91% from 255) = 36.02%
BLUE value IS 178 (69.92% from 255) = 31.90%
R=32.08%
G=36.02%
B=31.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792011780.1100.110.21117.3917.5674.31
HexB3C9B2B0B1575124a
Octal263311262130132516522112
Binary101100111100100110110010101101011101011110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C9B2; }

 p { color: rgb(179,201,178); }

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

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

 a { background-color: rgb(179,201,178); }

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

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

 span { border-color: rgb(179,201,178); }

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