#B0D191

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

Shades of Sprout #B0D191

Tints of Sprout #B0D191

Color information

#B0D191 (or 0xB0D191) is unknown color: approx Sprout. HEX triplet: B0, D1 and 91. RGB value is (176,209,145). Sum of RGB (Red+Green+Blue) = 176+209+145=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D191 is #4F2E6E. Grayscale: #C0C0C0. Windows color (decimal): -5189231 or 9556400. OLE color: 9556400.

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

Color convert

RGB176209145-
CMYK0.1600.310.18
HSL90.94º41.03%69.41%-
HSV(B)90.94º30.62%81.96%-
XYZ45.8256.8835.35-
YUV191.84101.57116.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=33.21%
G=39.43%
B=27.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762091450.1600.310.1890.9441.0369.41
HexB0D1911001F125b2945
Octal260321221200372213351105
Binary101100001101000110010001100000111111001010110111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D191; }

 p { color: rgb(176,209,145); }

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

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

 a { background-color: rgb(176,209,145); }

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

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

 span { border-color: rgb(176,209,145); }

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