#B6C59E

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

Shades of Sprout #B6C59E

Tints of Sprout #B6C59E

Color information

#B6C59E (or 0xB6C59E) is unknown color: approx Sprout. HEX triplet: B6, C5 and 9E. RGB value is (182,197,158). Sum of RGB (Red+Green+Blue) = 182+197+158=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C59E is #493A61. Grayscale: #BCBCBC. Windows color (decimal): -4799074 or 10405302. OLE color: 10405302.

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

Color convert

RGB182197158-
CMYK0.0800.200.23
HSL83.08º25.16%69.61%-
HSV(B)83.08º19.8%77.25%-
XYZ45.4352.3540.06-
YUV188.07111.03123.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 197 (77.34% from 255) = 36.69%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=33.89%
G=36.69%
B=29.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821971580.0800.200.2383.0825.1669.61
HexB6C59E801417531946
Octal266305236100242712331106
Binary1011011011000101100111101000010100101111010011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C59E; }

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

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

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

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

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

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

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

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