#B3D2AC

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

Shades of Zanah #B3D2AC

Tints of Zanah #B3D2AC

Color information

#B3D2AC (or 0xB3D2AC) is unknown color: approx Zanah. HEX triplet: B3, D2 and AC. RGB value is (179,210,172). Sum of RGB (Red+Green+Blue) = 179+210+172=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D2AC is #4C2D53. Grayscale: #C4C4C4. Windows color (decimal): -4992340 or 11326131. OLE color: 11326131.

HSL color Cylindrical-coordinate representation of color #B3D2AC: hue angle of 108.95º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3D2AC is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB179210172-
CMYK0.1500.180.18
HSL108.95º29.69%74.9%-
HSV(B)108.95º18.1%82.35%-
XYZ49.0858.6647.76-
YUV196.4114.23115.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=31.91%
G=37.43%
B=30.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792101720.1500.180.18108.9529.6974.9
HexB3D2ACF012126d1e4b
Octal263322254170222215536113
Binary1011001111010010101011001111010010100101101101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D2AC; }

 p { color: rgb(179,210,172); }

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

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

 a { background-color: rgb(179,210,172); }

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

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

 span { border-color: rgb(179,210,172); }

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