#B6C29F

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

Shades of Sprout #B6C29F

Tints of Sprout #B6C29F

Color information

#B6C29F (or 0xB6C29F) is unknown color: approx Sprout. HEX triplet: B6, C2 and 9F. RGB value is (182,194,159). Sum of RGB (Red+Green+Blue) = 182+194+159=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C29F is #493D60. Grayscale: #BABABA. Windows color (decimal): -4799841 or 10470070. OLE color: 10470070.

HSL color Cylindrical-coordinate representation of color #B6C29F: hue angle of 80.57º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6C29F is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB182194159-
CMYK0.0600.180.24
HSL80.57º22.29%69.22%-
HSV(B)80.57º18.04%76.08%-
XYZ44.8451.0340.29-
YUV186.42112.52124.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=34.02%
G=36.26%
B=29.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941590.0600.180.2480.5722.2969.22
HexB6C29F601218511645
Octal26630223760223012126105
Binary101101101100001010011111110010010110001010001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C29F; }

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

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

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

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

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

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

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

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