#B0C5B3

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

Shades of Gum Leaf #B0C5B3

Tints of Gum Leaf #B0C5B3

Color information

#B0C5B3 (or 0xB0C5B3) is unknown color: approx Gum Leaf. HEX triplet: B0, C5 and B3. RGB value is (176,197,179). Sum of RGB (Red+Green+Blue) = 176+197+179=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5B3 is #4F3A4C. Grayscale: #BCBCBC. Windows color (decimal): -5192269 or 11781552. OLE color: 11781552.

HSL color Cylindrical-coordinate representation of color #B0C5B3: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C5B3 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB176197179-
CMYK0.1100.090.23
HSL128.57º15.33%73.14%-
HSV(B)128.57º10.66%77.25%-
XYZ46.0152.4250.34-
YUV188.67122.54118.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=31.88%
G=35.69%
B=32.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971790.1100.090.23128.5715.3373.14
HexB0C5B3B091781f49
Octal260305263130112720117111
Binary101100001100010110110011101101001101111000000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5B3; }

 p { color: rgb(176,197,179); }

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

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

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

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

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

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

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