#B8D18A

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

Shades of Sprout #B8D18A

Tints of Sprout #B8D18A

Color information

#B8D18A (or 0xB8D18A) is unknown color: approx Sprout. HEX triplet: B8, D1 and 8A. RGB value is (184,209,138). Sum of RGB (Red+Green+Blue) = 184+209+138=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D18A is #472E75. Grayscale: #C1C1C1. Windows color (decimal): -4664950 or 9097656. OLE color: 9097656.

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

Color convert

RGB184209138-
CMYK0.1200.340.18
HSL81.13º43.56%68.04%-
HSV(B)81.13º33.97%81.96%-
XYZ47.1657.6332.68-
YUV193.4396.72121.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=34.65%
G=39.36%
B=25.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842091380.1200.340.1881.1343.5668.04
HexB8D18AC02212512c44
Octal270321212140422212154104
Binary101110001101000110001010110001000101001010100011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D18A; }

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

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

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

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

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

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

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

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