#B6C79E

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

Shades of Sprout #B6C79E

Tints of Sprout #B6C79E

Color information

#B6C79E (or 0xB6C79E) is unknown color: approx Sprout. HEX triplet: B6, C7 and 9E. RGB value is (182,199,158). Sum of RGB (Red+Green+Blue) = 182+199+158=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C79E is #493861. Grayscale: #BDBDBD. Windows color (decimal): -4798562 or 10405814. OLE color: 10405814.

HSL color Cylindrical-coordinate representation of color #B6C79E: hue angle of 84.88º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6C79E is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB182199158-
CMYK0.0900.210.22
HSL84.88º26.8%70%-
HSV(B)84.88º20.6%78.04%-
XYZ45.8953.2640.21-
YUV189.24110.37122.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 199 (78.12% from 255) = 36.92%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=33.77%
G=36.92%
B=29.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821991580.0900.210.2284.8826.870
HexB6C79E901516551b46
Octal266307236110252612533106
Binary1011011011000111100111101001010101101101010101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C79E; }

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

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

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

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

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

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

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

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