#B8D493

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

Shades of Sprout #B8D493

Tints of Sprout #B8D493

Color information

#B8D493 (or 0xB8D493) is unknown color: approx Sprout. HEX triplet: B8, D4 and 93. RGB value is (184,212,147). Sum of RGB (Red+Green+Blue) = 184+212+147=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D493 is #472B6C. Grayscale: #C4C4C4. Windows color (decimal): -4664173 or 9688248. OLE color: 9688248.

HSL color Cylindrical-coordinate representation of color #B8D493: hue angle of 85.85º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8D493 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB184212147-
CMYK0.1300.310.17
HSL85.85º43.05%70.39%-
HSV(B)85.85º30.66%83.14%-
XYZ48.5859.3836.51-
YUV196.22100.22119.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.89%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=33.89%
G=39.04%
B=27.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842121470.1300.310.1785.8543.0570.39
HexB8D493D01F11562b46
Octal270324223150372112653106
Binary10111000110101001001001111010111111000110101101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D493; }

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

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

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

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

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

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

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

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