#B5C5B7

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

Shades of Gum Leaf #B5C5B7

Tints of Gum Leaf #B5C5B7

Color information

#B5C5B7 (or 0xB5C5B7) is unknown color: approx Gum Leaf. HEX triplet: B5, C5 and B7. RGB value is (181,197,183). Sum of RGB (Red+Green+Blue) = 181+197+183=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5B7 is #4A3A48. Grayscale: #BEBEBE. Windows color (decimal): -4864585 or 12043701. OLE color: 12043701.

HSL color Cylindrical-coordinate representation of color #B5C5B7: hue angle of 127.5º 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 #B5C5B7 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB181197183-
CMYK0.0800.070.23
HSL127.5º12.12%74.12%-
HSV(B)127.5º8.12%77.25%-
XYZ47.5753.1852.56-
YUV190.62123.7121.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 197 (77.34% from 255) = 35.12%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=32.26%
G=35.12%
B=32.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811971830.0800.070.23127.512.1274.12
HexB5C5B7807177fc4a
Octal26530526710072717714112
Binary1011010111000101101101111000011110111111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C5B7; }

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

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

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

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

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

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

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

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