#B6C595

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

Shades of Sprout #B6C595

Tints of Sprout #B6C595

Color information

#B6C595 (or 0xB6C595) is unknown color: approx Sprout. HEX triplet: B6, C5 and 95. RGB value is (182,197,149). Sum of RGB (Red+Green+Blue) = 182+197+149=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C595 is #493A6A. Grayscale: #BBBBBB. Windows color (decimal): -4799083 or 9815478. OLE color: 9815478.

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

Color convert

RGB182197149-
CMYK0.0800.240.23
HSL78.75º29.27%67.84%-
HSV(B)78.75º24.37%77.25%-
XYZ44.6852.0536.12-
YUV187.04106.53124.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 197 (77.34% from 255) = 37.31%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=34.47%
G=37.31%
B=28.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821971490.0800.240.2378.7529.2767.84
HexB6C5958018174f1d44
Octal266305225100302711735104
Binary1011011011000101100101011000011000101111001111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C595; }

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

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

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

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

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

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

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

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