#B5C6B9

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

Shades of Gum Leaf #B5C6B9

Tints of Gum Leaf #B5C6B9

Color information

#B5C6B9 (or 0xB5C6B9) is unknown color: approx Gum Leaf. HEX triplet: B5, C6 and B9. RGB value is (181,198,185). Sum of RGB (Red+Green+Blue) = 181+198+185=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C6B9 is #4A3946. Grayscale: #BFBFBF. Windows color (decimal): -4864327 or 12175029. OLE color: 12175029.

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

Color convert

RGB181198185-
CMYK0.0900.070.22
HSL134.12º12.98%74.31%-
HSV(B)134.12º8.59%77.65%-
XYZ48.0153.7153.74-
YUV191.44124.37120.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.09%
GREEN value IS 198 (77.73% from 255) = 35.11%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=32.09%
G=35.11%
B=32.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811981850.0900.070.22134.1212.9874.31
HexB5C6B99071686d4a
Octal26530627111072620615112
Binary10110101110001101011100110010111101101000011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C6B9; }

 p { color: rgb(181,198,185); }

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

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

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

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

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

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

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