#B6C695

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

Shades of Sprout #B6C695

Tints of Sprout #B6C695

Color information

#B6C695 (or 0xB6C695) is unknown color: approx Sprout. HEX triplet: B6, C6 and 95. RGB value is (182,198,149). Sum of RGB (Red+Green+Blue) = 182+198+149=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C695 is #49396A. Grayscale: #BBBBBB. Windows color (decimal): -4798827 or 9815734. OLE color: 9815734.

HSL color Cylindrical-coordinate representation of color #B6C695: hue angle of 79.59º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6C695 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB182198149-
CMYK0.0800.250.22
HSL79.59º30.06%68.04%-
HSV(B)79.59º24.75%77.65%-
XYZ44.9152.536.2-
YUV187.63106.2123.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=34.40%
G=37.43%
B=28.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821981490.0800.250.2279.5930.0668.04
HexB6C695801916501e44
Octal266306225100312612036104
Binary1011011011000110100101011000011001101101010000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C695; }

 p { color: rgb(182,198,149); }

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

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

 a { background-color: rgb(182,198,149); }

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

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

 span { border-color: rgb(182,198,149); }

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