#B1C99D

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

Shades of Sprout #B1C99D

Tints of Sprout #B1C99D

Color information

#B1C99D (or 0xB1C99D) is unknown color: approx Sprout. HEX triplet: B1, C9 and 9D. RGB value is (177,201,157). Sum of RGB (Red+Green+Blue) = 177+201+157=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C99D is #4E3662. Grayscale: #BCBCBC. Windows color (decimal): -5125731 or 10340785. OLE color: 10340785.

HSL color Cylindrical-coordinate representation of color #B1C99D: hue angle of 92.73º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1C99D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB177201157-
CMYK0.1200.220.21
HSL92.73º28.95%70.2%-
HSV(B)92.73º21.89%78.82%-
XYZ45.153.5539.86-
YUV188.81110.05119.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=33.08%
G=37.57%
B=29.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772011570.1200.220.2192.7328.9570.2
HexB1C99DC016155d1d46
Octal261311235140262513535106
Binary1011000111001001100111011100010110101011011101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C99D; }

 p { color: rgb(177,201,157); }

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

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

 a { background-color: rgb(177,201,157); }

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

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

 span { border-color: rgb(177,201,157); }

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