#B6CCB6

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

Shades of Zanah #B6CCB6

Tints of Zanah #B6CCB6

Color information

#B6CCB6 (or 0xB6CCB6) is unknown color: approx Zanah. HEX triplet: B6, CC and B6. RGB value is (182,204,182). Sum of RGB (Red+Green+Blue) = 182+204+182=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCB6 is #493349. Grayscale: #C2C2C2. Windows color (decimal): -4797258 or 11979958. OLE color: 11979958.

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

Color convert

RGB182204182-
CMYK0.1100.110.2
HSL120º17.74%75.69%-
HSV(B)120º10.78%80%-
XYZ49.3356.5152.56-
YUV194.91120.71118.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=32.04%
G=35.92%
B=32.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822041820.1100.110.212017.7475.69
HexB6CCB6B0B1478124c
Octal266314266130132417022114
Binary101101101100110010110110101101011101001111000100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCB6; }

 p { color: rgb(182,204,182); }

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

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

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

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

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

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

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