#B3C293

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

Shades of Sprout #B3C293

Tints of Sprout #B3C293

Color information

#B3C293 (or 0xB3C293) is unknown color: approx Sprout. HEX triplet: B3, C2 and 93. RGB value is (179,194,147). Sum of RGB (Red+Green+Blue) = 179+194+147=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C293 is #4C3D6C. Grayscale: #B8B8B8. Windows color (decimal): -4996461 or 9683635. OLE color: 9683635.

HSL color Cylindrical-coordinate representation of color #B3C293: hue angle of 79.15º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C293 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB179194147-
CMYK0.0800.240.24
HSL79.15º27.81%66.86%-
HSV(B)79.15º24.23%76.08%-
XYZ43.1550.2735.03-
YUV184.16107.03124.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=34.42%
G=37.31%
B=28.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941470.0800.240.2479.1527.8166.86
HexB3C2938018184f1c43
Octal263302223100303011734103
Binary1011001111000010100100111000011000110001001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C293; }

 p { color: rgb(179,194,147); }

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

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

 a { background-color: rgb(179,194,147); }

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

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

 span { border-color: rgb(179,194,147); }

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