#B3C8B2

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

Shades of Zanah #B3C8B2

Tints of Zanah #B3C8B2

Color information

#B3C8B2 (or 0xB3C8B2) is unknown color: approx Zanah. HEX triplet: B3, C8 and B2. RGB value is (179,200,178). Sum of RGB (Red+Green+Blue) = 179+200+178=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C8B2 is #4C374D. Grayscale: #BFBFBF. Windows color (decimal): -4994894 or 11716787. OLE color: 11716787.

HSL color Cylindrical-coordinate representation of color #B3C8B2: hue angle of 117.27º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3C8B2 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB179200178-
CMYK0.1000.110.22
HSL117.27º16.67%74.12%-
HSV(B)117.27º11%78.43%-
XYZ47.2854.1150.07-
YUV191.21120.54119.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=32.14%
G=35.91%
B=31.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1792001780.1000.110.22117.2716.6774.12
HexB3C8B2A0B1675114a
Octal263310262120132616521112
Binary101100111100100010110010101001011101101110101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C8B2; }

 p { color: rgb(179,200,178); }

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

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

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

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

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

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

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