#B1C094

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

Shades of Sprout #B1C094

Tints of Sprout #B1C094

Color information

#B1C094 (or 0xB1C094) is unknown color: approx Sprout. HEX triplet: B1, C0 and 94. RGB value is (177,192,148). Sum of RGB (Red+Green+Blue) = 177+192+148=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C094 is #4E3F6B. Grayscale: #B6B6B6. Windows color (decimal): -5128044 or 9748657. OLE color: 9748657.

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

Color convert

RGB177192148-
CMYK0.0800.230.25
HSL80.45º25.88%66.67%-
HSV(B)80.45º22.92%75.29%-
XYZ42.3349.1835.28-
YUV182.5108.53124.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=34.24%
G=37.14%
B=28.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921480.0800.230.2580.4525.8866.67
HexB1C094801719501a43
Octal261300224100273112032103
Binary1011000111000000100101001000010111110011010000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C094; }

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

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

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

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

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

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

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

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