#B6C59C

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

Shades of Sprout #B6C59C

Tints of Sprout #B6C59C

Color information

#B6C59C (or 0xB6C59C) is unknown color: approx Sprout. HEX triplet: B6, C5 and 9C. RGB value is (182,197,156). Sum of RGB (Red+Green+Blue) = 182+197+156=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C59C is #493A63. Grayscale: #BBBBBB. Windows color (decimal): -4799076 or 10274230. OLE color: 10274230.

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

Color convert

RGB182197156-
CMYK0.0800.210.23
HSL81.95º26.11%69.22%-
HSV(B)81.95º20.81%77.25%-
XYZ45.2652.2839.16-
YUV187.84110.03123.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=34.02%
G=36.82%
B=29.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821971560.0800.210.2381.9526.1169.22
HexB6C59C801517521a45
Octal266305234100252712232105
Binary1011011011000101100111001000010101101111010010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C59C; }

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

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

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

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

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

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

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

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