#B1C099

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

Shades of Sprout #B1C099

Tints of Sprout #B1C099

Color information

#B1C099 (or 0xB1C099) is unknown color: approx Sprout. HEX triplet: B1, C0 and 99. RGB value is (177,192,153). Sum of RGB (Red+Green+Blue) = 177+192+153=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C099 is #4E3F66. Grayscale: #B7B7B7. Windows color (decimal): -5128039 or 10076337. OLE color: 10076337.

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

Color convert

RGB177192153-
CMYK0.0800.200.25
HSL83.08º23.64%67.65%-
HSV(B)83.08º20.31%75.29%-
XYZ42.7349.3537.41-
YUV183.07111.03123.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=33.91%
G=36.78%
B=29.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921530.0800.200.2583.0823.6467.65
HexB1C099801419531844
Octal261300231100243112330104
Binary1011000111000000100110011000010100110011010011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C099; }

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

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

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

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

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

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

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

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