#B8D494

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

Shades of Sprout #B8D494

Tints of Sprout #B8D494

Color information

#B8D494 (or 0xB8D494) is unknown color: approx Sprout. HEX triplet: B8, D4 and 94. RGB value is (184,212,148). Sum of RGB (Red+Green+Blue) = 184+212+148=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D494 is #472B6B. Grayscale: #C4C4C4. Windows color (decimal): -4664172 or 9753784. OLE color: 9753784.

HSL color Cylindrical-coordinate representation of color #B8D494: hue angle of 86.25º 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 #B8D494 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB184212148-
CMYK0.1300.300.17
HSL86.25º42.67%70.59%-
HSV(B)86.25º30.19%83.14%-
XYZ48.6659.4236.92-
YUV196.33100.72119.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 212 (83.20% from 255) = 38.97%
BLUE value IS 148 (58.20% from 255) = 27.21%
R=33.82%
G=38.97%
B=27.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842121480.1300.300.1786.2542.6770.59
HexB8D494D01E11562b47
Octal270324224150362112653107
Binary10111000110101001001010011010111101000110101101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D494; }

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

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

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

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

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

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

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

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