#B6C89F

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

Shades of Sprout #B6C89F

Tints of Sprout #B6C89F

Color information

#B6C89F (or 0xB6C89F) is unknown color: approx Sprout. HEX triplet: B6, C8 and 9F. RGB value is (182,200,159). Sum of RGB (Red+Green+Blue) = 182+200+159=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C89F is #493760. Grayscale: #BEBEBE. Windows color (decimal): -4798305 or 10471606. OLE color: 10471606.

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

Color convert

RGB182200159-
CMYK0.0900.200.22
HSL86.34º27.15%70.39%-
HSV(B)86.34º20.5%78.43%-
XYZ46.253.7640.74-
YUV189.94110.54122.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 159 (62.5% from 255) = 29.39%
R=33.64%
G=36.97%
B=29.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001590.0900.200.2286.3427.1570.39
HexB6C89F901416561b46
Octal266310237110242612633106
Binary1011011011001000100111111001010100101101010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C89F; }

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

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

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

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

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

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

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

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