#B3C991

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

Shades of Sprout #B3C991

Tints of Sprout #B3C991

Color information

#B3C991 (or 0xB3C991) is unknown color: approx Sprout. HEX triplet: B3, C9 and 91. RGB value is (179,201,145). Sum of RGB (Red+Green+Blue) = 179+201+145=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C991 is #4C366E. Grayscale: #BCBCBC. Windows color (decimal): -4994671 or 9554355. OLE color: 9554355.

HSL color Cylindrical-coordinate representation of color #B3C991: hue angle of 83.57º 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 #B3C991 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB179201145-
CMYK0.1100.280.21
HSL83.57º34.15%67.84%-
HSV(B)83.57º27.86%78.82%-
XYZ44.5953.434.75-
YUV188.04103.71121.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 145 (57.03% from 255) = 27.62%
R=34.10%
G=38.29%
B=27.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792011450.1100.280.2183.5734.1567.84
HexB3C991B01C15542244
Octal263311221130342512442104
Binary10110011110010011001000110110111001010110101001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C991; }

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

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

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

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

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

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

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

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