#B9C59A

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

Shades of Sprout #B9C59A

Tints of Sprout #B9C59A

Color information

#B9C59A (or 0xB9C59A) is unknown color: approx Sprout. HEX triplet: B9, C5 and 9A. RGB value is (185,197,154). Sum of RGB (Red+Green+Blue) = 185+197+154=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C59A is #463A65. Grayscale: #BCBCBC. Windows color (decimal): -4602470 or 10143161. OLE color: 10143161.

HSL color Cylindrical-coordinate representation of color #B9C59A: hue angle of 76.74º 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 #B9C59A is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB185197154-
CMYK0.0600.220.23
HSL76.74º27.04%68.82%-
HSV(B)76.74º21.83%77.25%-
XYZ45.8152.5838.31-
YUV188.51108.52125.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 197 (77.34% from 255) = 36.75%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=34.51%
G=36.75%
B=28.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851971540.0600.220.2376.7427.0468.82
HexB9C59A6016174d1b45
Octal27130523260262711533105
Binary101110011100010110011010110010110101111001101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C59A; }

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

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

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

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

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

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

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

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