#B3C5B2

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

Shades of Zanah #B3C5B2

Tints of Zanah #B3C5B2

Color information

#B3C5B2 (or 0xB3C5B2) is unknown color: approx Zanah. HEX triplet: B3, C5 and B2. RGB value is (179,197,178). Sum of RGB (Red+Green+Blue) = 179+197+178=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C5B2 is #4C3A4D. Grayscale: #BDBDBD. Windows color (decimal): -4995662 or 11716019. OLE color: 11716019.

HSL color Cylindrical-coordinate representation of color #B3C5B2: hue angle of 116.84º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C5B2 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB179197178-
CMYK0.0900.100.23
HSL116.84º14.07%73.53%-
HSV(B)116.84º9.64%77.25%-
XYZ46.5952.7349.84-
YUV189.45121.54120.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 197 (77.34% from 255) = 35.56%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=32.31%
G=35.56%
B=32.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791971780.0900.100.23116.8414.0773.53
HexB3C5B290A1775e4a
Octal263305262110122716516112
Binary10110011110001011011001010010101010111111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C5B2; }

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

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

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

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

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

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

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

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