#B1C392

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

Shades of Sprout #B1C392

Tints of Sprout #B1C392

Color information

#B1C392 (or 0xB1C392) is unknown color: approx Sprout. HEX triplet: B1, C3 and 92. RGB value is (177,195,146). Sum of RGB (Red+Green+Blue) = 177+195+146=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C392 is #4E3C6D. Grayscale: #B8B8B8. Windows color (decimal): -5127278 or 9618353. OLE color: 9618353.

HSL color Cylindrical-coordinate representation of color #B1C392: hue angle of 82.04º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1C392 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB177195146-
CMYK0.0900.250.24
HSL82.04º28.99%66.86%-
HSV(B)82.04º25.13%76.47%-
XYZ42.8350.4534.67-
YUV184.03106.54122.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=34.17%
G=37.64%
B=28.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951460.0900.250.2482.0428.9966.86
HexB1C392901918521d43
Octal261303222110313012235103
Binary1011000111000011100100101001011001110001010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C392; }

 p { color: rgb(177,195,146); }

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

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

 a { background-color: rgb(177,195,146); }

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

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

 span { border-color: rgb(177,195,146); }

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