#B0C991

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

Shades of Sprout #B0C991

Tints of Sprout #B0C991

Color information

#B0C991 (or 0xB0C991) is unknown color: approx Sprout. HEX triplet: B0, C9 and 91. RGB value is (176,201,145). Sum of RGB (Red+Green+Blue) = 176+201+145=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C991 is #4F366E. Grayscale: #BBBBBB. Windows color (decimal): -5191279 or 9554352. OLE color: 9554352.

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

Color convert

RGB176201145-
CMYK0.1200.280.21
HSL86.79º34.15%67.84%-
HSV(B)86.79º27.86%78.82%-
XYZ43.953.0534.71-
YUV187.14104.22120.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 201 (78.91% from 255) = 38.51%
BLUE value IS 145 (57.03% from 255) = 27.78%
R=33.72%
G=38.51%
B=27.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762011450.1200.280.2186.7934.1567.84
HexB0C991C01C15572244
Octal260311221140342512742104
Binary10110000110010011001000111000111001010110101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C991; }

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

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

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

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

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

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

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

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