#B1CCAC

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

Shades of Zanah #B1CCAC

Tints of Zanah #B1CCAC

Color information

#B1CCAC (or 0xB1CCAC) is unknown color: approx Zanah. HEX triplet: B1, CC and AC. RGB value is (177,204,172). Sum of RGB (Red+Green+Blue) = 177+204+172=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CCAC is #4E3353. Grayscale: #C0C0C0. Windows color (decimal): -5124948 or 11324593. OLE color: 11324593.

HSL color Cylindrical-coordinate representation of color #B1CCAC: hue angle of 110.62º 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 #B1CCAC is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB177204172-
CMYK0.1300.160.2
HSL110.62º23.88%73.73%-
HSV(B)110.62º15.69%80%-
XYZ47.1755.5147.26-
YUV192.28116.55117.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=32.01%
G=36.89%
B=31.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1772041720.1300.160.2110.6223.8873.73
HexB1CCACD010146f184a
Octal261314254150202415730112
Binary1011000111001100101011001101010000101001101111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCAC; }

 p { color: rgb(177,204,172); }

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

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

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

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

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

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

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