#B5C5B5

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

Shades of Zanah #B5C5B5

Tints of Zanah #B5C5B5

Color information

#B5C5B5 (or 0xB5C5B5) is unknown color: approx Zanah. HEX triplet: B5, C5 and B5. RGB value is (181,197,181). Sum of RGB (Red+Green+Blue) = 181+197+181=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5B5 is #4A3A4A. Grayscale: #BEBEBE. Windows color (decimal): -4864587 or 11912629. OLE color: 11912629.

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

Color convert

RGB181197181-
CMYK0.0800.080.23
HSL120º12.12%74.12%-
HSV(B)120º8.12%77.25%-
XYZ47.3653.0951.47-
YUV190.39122.7121.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 181 (71.09% from 255) = 32.38%
R=32.38%
G=35.24%
B=32.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811971810.0800.080.2312012.1274.12
HexB5C5B58081778c4a
Octal265305265100102717014112
Binary10110101110001011011010110000100010111111100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C5B5; }

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

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

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

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

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

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

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

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