#B3D494

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

Shades of Sprout #B3D494

Tints of Sprout #B3D494

Color information

#B3D494 (or 0xB3D494) is unknown color: approx Sprout. HEX triplet: B3, D4 and 94. RGB value is (179,212,148). Sum of RGB (Red+Green+Blue) = 179+212+148=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D494 is #4C2B6B. Grayscale: #C3C3C3. Windows color (decimal): -4991852 or 9753779. OLE color: 9753779.

HSL color Cylindrical-coordinate representation of color #B3D494: hue angle of 90.94º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3D494 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB179212148-
CMYK0.1600.300.17
HSL90.94º42.67%70.59%-
HSV(B)90.94º30.19%83.14%-
XYZ47.4858.8136.87-
YUV194.84101.57116.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=33.21%
G=39.33%
B=27.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792121480.1600.300.1790.9442.6770.59
HexB3D4941001E115b2b47
Octal263324224200362113353107
Binary101100111101010010010100100000111101000110110111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D494; }

 p { color: rgb(179,212,148); }

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

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

 a { background-color: rgb(179,212,148); }

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

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

 span { border-color: rgb(179,212,148); }

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