#B6C497

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

Shades of Sprout #B6C497

Tints of Sprout #B6C497

Color information

#B6C497 (or 0xB6C497) is unknown color: approx Sprout. HEX triplet: B6, C4 and 97. RGB value is (182,196,151). Sum of RGB (Red+Green+Blue) = 182+196+151=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C497 is #493B68. Grayscale: #BABABA. Windows color (decimal): -4799337 or 9946294. OLE color: 9946294.

HSL color Cylindrical-coordinate representation of color #B6C497: hue angle of 78.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6C497 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB182196151-
CMYK0.0700.230.23
HSL78.67º27.61%68.04%-
HSV(B)78.67º22.96%76.86%-
XYZ44.6251.6636.9-
YUV186.68107.86124.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 196 (76.95% from 255) = 37.05%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=34.40%
G=37.05%
B=28.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821961510.0700.230.2378.6727.6168.04
HexB6C4977017174f1c44
Octal26630422770272711734104
Binary101101101100010010010111111010111101111001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C497; }

 p { color: rgb(182,196,151); }

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

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

 a { background-color: rgb(182,196,151); }

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

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

 span { border-color: rgb(182,196,151); }

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