#B1D299

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

Shades of Sprout #B1D299

Tints of Sprout #B1D299

Color information

#B1D299 (or 0xB1D299) is unknown color: approx Sprout. HEX triplet: B1, D2 and 99. RGB value is (177,210,153). Sum of RGB (Red+Green+Blue) = 177+210+153=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D299 is #4E2D66. Grayscale: #C1C1C1. Windows color (decimal): -5123431 or 10080945. OLE color: 10080945.

HSL color Cylindrical-coordinate representation of color #B1D299: hue angle of 94.74º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1D299 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB177210153-
CMYK0.1600.270.18
HSL94.74º38.78%71.18%-
HSV(B)94.74º27.14%82.35%-
XYZ46.9357.7438.81-
YUV193.64105.07116.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 210 (82.42% from 255) = 38.89%
BLUE value IS 153 (60.16% from 255) = 28.33%
R=32.78%
G=38.89%
B=28.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772101530.1600.270.1894.7438.7871.18
HexB1D2991001B125f2747
Octal261322231200332213747107
Binary101100011101001010011001100000110111001010111111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D299; }

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

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

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

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

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

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

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

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