#B3C999

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

Shades of Sprout #B3C999

Tints of Sprout #B3C999

Color information

#B3C999 (or 0xB3C999) is unknown color: approx Sprout. HEX triplet: B3, C9 and 99. RGB value is (179,201,153). Sum of RGB (Red+Green+Blue) = 179+201+153=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C999 is #4C3666. Grayscale: #BDBDBD. Windows color (decimal): -4994663 or 10078643. OLE color: 10078643.

HSL color Cylindrical-coordinate representation of color #B3C999: hue angle of 87.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C999 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB179201153-
CMYK0.1100.240.21
HSL87.5º30.77%69.41%-
HSV(B)87.5º23.88%78.82%-
XYZ45.2353.6638.11-
YUV188.95107.71120.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 201 (78.91% from 255) = 37.71%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=33.58%
G=37.71%
B=28.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792011530.1100.240.2187.530.7769.41
HexB3C999B01815581f45
Octal263311231130302513037105
Binary1011001111001001100110011011011000101011011000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C999; }

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

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

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

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

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

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

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

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