#B8D18E

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

Shades of Sprout #B8D18E

Tints of Sprout #B8D18E

Color information

#B8D18E (or 0xB8D18E) is unknown color: approx Sprout. HEX triplet: B8, D1 and 8E. RGB value is (184,209,142). Sum of RGB (Red+Green+Blue) = 184+209+142=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D18E is #472E71. Grayscale: #C2C2C2. Windows color (decimal): -4664946 or 9359800. OLE color: 9359800.

HSL color Cylindrical-coordinate representation of color #B8D18E: hue angle of 82.39º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8D18E is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB184209142-
CMYK0.1200.320.18
HSL82.39º42.14%68.82%-
HSV(B)82.39º32.06%81.96%-
XYZ47.4557.7434.24-
YUV193.8998.72120.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=34.39%
G=39.07%
B=26.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842091420.1200.320.1882.3942.1468.82
HexB8D18EC02012522a45
Octal270321216140402212252105
Binary101110001101000110001110110001000001001010100101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D18E; }

 p { color: rgb(184,209,142); }

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

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

 a { background-color: rgb(184,209,142); }

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

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

 span { border-color: rgb(184,209,142); }

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