#b1c095

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

Shades of Sprout #B1C095

Tints of Sprout #B1C095

Color information

#B1C095 (or 0xB1C095) is unknown color: approx Sprout. HEX triplet: B1, C0 and 95. RGB value is (177,192,149). Sum of RGB (Red+Green+Blue) = 177+192+149=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C095 is #4E3F6A. Grayscale: #B6B6B6. Windows color (decimal): -5128043 or 9814193. OLE color: 9814193.

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

Color convert

RGB177192149-
CMYK0.0800.220.25
HSL80.93º25.44%66.86%-
HSV(B)80.93º22.4%75.29%-
XYZ42.4149.2235.7-
YUV182.61109.03124-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 192 (75.39% from 255) = 37.07%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=34.17%
G=37.07%
B=28.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921490.0800.220.2580.9325.4466.86
HexB1C095801619511943
Octal261300225100263112131103
Binary1011000111000000100101011000010110110011010001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1c095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1c095; }

 p { color: rgb(177,192,149); }

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

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

 a { background-color: rgb(177,192,149); }

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

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

 span { border-color: rgb(177,192,149); }

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