#B5CBB5

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

Shades of Zanah #B5CBB5

Tints of Zanah #B5CBB5

Color information

#B5CBB5 (or 0xB5CBB5) is unknown color: approx Zanah. HEX triplet: B5, CB and B5. RGB value is (181,203,181). Sum of RGB (Red+Green+Blue) = 181+203+181=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBB5 is #4A344A. Grayscale: #C1C1C1. Windows color (decimal): -4863051 or 11914165. OLE color: 11914165.

HSL color Cylindrical-coordinate representation of color #B5CBB5: hue angle of 120º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5CBB5 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB181203181-
CMYK0.1100.110.20
HSL120º17.46%75.29%-
HSV(B)120º10.84%79.61%-
XYZ48.7555.8751.93-
YUV193.91120.71118.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.04%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=32.04%
G=35.93%
B=32.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812031810.1100.110.2012017.4675.29
HexB5CBB5B0B1478114b
Octal265313265130132417021113
Binary101101011100101110110101101101011101001111000100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBB5; }

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

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

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

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

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

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

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

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