#B5CEB5

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

Shades of Zanah #B5CEB5

Tints of Zanah #B5CEB5

Color information

#B5CEB5 (or 0xB5CEB5) is unknown color: approx Zanah. HEX triplet: B5, CE and B5. RGB value is (181,206,181). Sum of RGB (Red+Green+Blue) = 181+206+181=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEB5 is #4A314A. Grayscale: #C3C3C3. Windows color (decimal): -4862283 or 11914933. OLE color: 11914933.

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

Color convert

RGB181206181-
CMYK0.1200.120.19
HSL120º20.33%75.88%-
HSV(B)120º12.14%80.78%-
XYZ49.4757.352.17-
YUV195.68119.72117.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.87%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=31.87%
G=36.27%
B=31.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812061810.1200.120.1912020.3375.88
HexB5CEB5C0C1378144c
Octal265316265140142317024114
Binary101101011100111010110101110001100100111111000101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEB5; }

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

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

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

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

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

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

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

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