#B0C095

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

Shades of Sprout #B0C095

Tints of Sprout #B0C095

Color information

#B0C095 (or 0xB0C095) is unknown color: approx Sprout. HEX triplet: B0, C0 and 95. RGB value is (176,192,149). Sum of RGB (Red+Green+Blue) = 176+192+149=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C095 is #4F3F6A. Grayscale: #B6B6B6. Windows color (decimal): -5193579 or 9814192. OLE color: 9814192.

HSL color Cylindrical-coordinate representation of color #B0C095: hue angle of 82.33º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0C095 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB176192149-
CMYK0.0800.220.25
HSL82.33º25.44%66.86%-
HSV(B)82.33º22.4%75.29%-
XYZ42.1849.135.69-
YUV182.31109.2123.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=34.04%
G=37.14%
B=28.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921490.0800.220.2582.3325.4466.86
HexB0C095801619521943
Octal260300225100263112231103
Binary1011000011000000100101011000010110110011010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C095; }

 p { color: rgb(176,192,149); }

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

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

 a { background-color: rgb(176,192,149); }

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

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

 span { border-color: rgb(176,192,149); }

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