#B0C59E

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

Shades of Sprout #B0C59E

Tints of Sprout #B0C59E

Color information

#B0C59E (or 0xB0C59E) is unknown color: approx Sprout. HEX triplet: B0, C5 and 9E. RGB value is (176,197,158). Sum of RGB (Red+Green+Blue) = 176+197+158=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C59E is #4F3A61. Grayscale: #BABABA. Windows color (decimal): -5192290 or 10405296. OLE color: 10405296.

HSL color Cylindrical-coordinate representation of color #B0C59E: hue angle of 92.31º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0C59E is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB176197158-
CMYK0.1100.200.23
HSL92.31º25.16%69.61%-
HSV(B)92.31º19.8%77.25%-
XYZ44.0451.6339.99-
YUV186.27112.04120.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=33.15%
G=37.10%
B=29.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971580.1100.200.2392.3125.1669.61
HexB0C59EB014175c1946
Octal260305236130242713431106
Binary1011000011000101100111101011010100101111011100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C59E; }

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

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

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

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

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

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

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

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