#B1C2B1

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

Shades of Zanah #B1C2B1

Tints of Zanah #B1C2B1

Color information

#B1C2B1 (or 0xB1C2B1) is unknown color: approx Zanah. HEX triplet: B1, C2 and B1. RGB value is (177,194,177). Sum of RGB (Red+Green+Blue) = 177+194+177=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C2B1 is #4E3D4E. Grayscale: #BBBBBB. Windows color (decimal): -5127503 or 11649713. OLE color: 11649713.

HSL color Cylindrical-coordinate representation of color #B1C2B1: hue angle of 120º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1C2B1 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB177194177-
CMYK0.0900.090.24
HSL120º12.23%72.75%-
HSV(B)120º8.76%76.08%-
XYZ45.3651.1149.07-
YUV186.98122.37120.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 194 (76.17% from 255) = 35.40%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=32.30%
G=35.40%
B=32.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771941770.0900.090.2412012.2372.75
HexB1C2B19091878c49
Octal261302261110113017014111
Binary10110001110000101011000110010100111000111100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C2B1; }

 p { color: rgb(177,194,177); }

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

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

 a { background-color: rgb(177,194,177); }

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

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

 span { border-color: rgb(177,194,177); }

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