#B3C5B3

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

Shades of Zanah #B3C5B3

Tints of Zanah #B3C5B3

Color information

#B3C5B3 (or 0xB3C5B3) is unknown color: approx Zanah. HEX triplet: B3, C5 and B3. RGB value is (179,197,179). Sum of RGB (Red+Green+Blue) = 179+197+179=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C5B3 is #4C3A4C. Grayscale: #BDBDBD. Windows color (decimal): -4995661 or 11781555. OLE color: 11781555.

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

Color convert

RGB179197179-
CMYK0.0900.090.23
HSL120º13.43%73.73%-
HSV(B)120º9.14%77.25%-
XYZ46.6952.7750.37-
YUV189.57122.04120.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.25%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=32.25%
G=35.50%
B=32.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791971790.0900.090.2312013.4373.73
HexB3C5B39091778d4a
Octal263305263110112717015112
Binary10110011110001011011001110010100110111111100011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C5B3; }

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

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

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

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

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

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

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

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