#B3C99D

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

Shades of Sprout #B3C99D

Tints of Sprout #B3C99D

Color information

#B3C99D (or 0xB3C99D) is unknown color: approx Sprout. HEX triplet: B3, C9 and 9D. RGB value is (179,201,157). Sum of RGB (Red+Green+Blue) = 179+201+157=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C99D is #4C3662. Grayscale: #BDBDBD. Windows color (decimal): -4994659 or 10340787. OLE color: 10340787.

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

Color convert

RGB179201157-
CMYK0.1100.220.21
HSL90º28.95%70.2%-
HSV(B)90º21.89%78.82%-
XYZ45.5653.7939.88-
YUV189.41109.71120.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=33.33%
G=37.43%
B=29.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792011570.1100.220.219028.9570.2
HexB3C99DB016155a1d46
Octal263311235130262513235106
Binary1011001111001001100111011011010110101011011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C99D; }

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

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

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

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

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

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

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

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