#B3C9B0

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

Shades of Zanah #B3C9B0

Tints of Zanah #B3C9B0

Color information

#B3C9B0 (or 0xB3C9B0) is unknown color: approx Zanah. HEX triplet: B3, C9 and B0. RGB value is (179,201,176). Sum of RGB (Red+Green+Blue) = 179+201+176=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C9B0 is #4C364F. Grayscale: #BFBFBF. Windows color (decimal): -4994640 or 11585971. OLE color: 11585971.

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

Color convert

RGB179201176-
CMYK0.1100.120.21
HSL112.8º18.8%73.92%-
HSV(B)112.8º12.44%78.82%-
XYZ47.3154.4949.1-
YUV191.57119.21119.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=32.19%
G=36.15%
B=31.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792011760.1100.120.21112.818.873.92
HexB3C9B0B0C1571134a
Octal263311260130142516123112
Binary101100111100100110110000101101100101011110001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C9B0; }

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

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

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

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

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

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

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

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