#B0C59A

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

Shades of Sprout #B0C59A

Tints of Sprout #B0C59A

Color information

#B0C59A (or 0xB0C59A) is unknown color: approx Sprout. HEX triplet: B0, C5 and 9A. RGB value is (176,197,154). Sum of RGB (Red+Green+Blue) = 176+197+154=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C59A is #4F3A65. Grayscale: #B9B9B9. Windows color (decimal): -5192294 or 10143152. OLE color: 10143152.

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

Color convert

RGB176197154-
CMYK0.1100.220.23
HSL89.3º27.04%68.82%-
HSV(B)89.3º21.83%77.25%-
XYZ43.751.538.21-
YUV185.82110.04121-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 154 (60.55% from 255) = 29.22%
R=33.40%
G=37.38%
B=29.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971540.1100.220.2389.327.0468.82
HexB0C59AB01617591b45
Octal260305232130262713133105
Binary1011000011000101100110101011010110101111011001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C59A; }

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

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

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

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

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

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

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

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