#B2CCB2

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

Shades of Zanah #B2CCB2

Tints of Zanah #B2CCB2

Color information

#B2CCB2 (or 0xB2CCB2) is unknown color: approx Zanah. HEX triplet: B2, CC and B2. RGB value is (178,204,178). Sum of RGB (Red+Green+Blue) = 178+204+178=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CCB2 is #4D334D. Grayscale: #C1C1C1. Windows color (decimal): -5059406 or 11717810. OLE color: 11717810.

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

Color convert

RGB178204178-
CMYK0.1300.130.2
HSL120º20.31%74.9%-
HSV(B)120º12.75%80%-
XYZ47.9955.8750.37-
YUV193.26119.39117.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=31.79%
G=36.43%
B=31.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041780.1300.130.212020.3174.9
HexB2CCB2D0D1478144b
Octal262314262150152417024113
Binary101100101100110010110010110101101101001111000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCB2; }

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

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

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

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

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

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

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

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