#B6C09F

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

Shades of Sprout #B6C09F

Tints of Sprout #B6C09F

Color information

#B6C09F (or 0xB6C09F) is unknown color: approx Sprout. HEX triplet: B6, C0 and 9F. RGB value is (182,192,159). Sum of RGB (Red+Green+Blue) = 182+192+159=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C09F is #493F60. Grayscale: #B9B9B9. Windows color (decimal): -4800353 or 10469558. OLE color: 10469558.

HSL color Cylindrical-coordinate representation of color #B6C09F: hue angle of 78.18º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6C09F is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB182192159-
CMYK0.0500.170.25
HSL78.18º20.75%68.82%-
HSV(B)78.18º17.19%75.29%-
XYZ44.450.1540.14-
YUV185.25113.19125.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=34.15%
G=36.02%
B=29.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821921590.0500.170.2578.1820.7568.82
HexB6C09F5011194e1545
Octal26630023750213111625105
Binary101101101100000010011111101010001110011001110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C09F; }

 p { color: rgb(182,192,159); }

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

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

 a { background-color: rgb(182,192,159); }

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

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

 span { border-color: rgb(182,192,159); }

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