#B8DC8D

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

Shades of Sprout #B8DC8D

Tints of Sprout #B8DC8D

Color information

#B8DC8D (or 0xB8DC8D) is unknown color: approx Sprout. HEX triplet: B8, DC and 8D. RGB value is (184,220,141). Sum of RGB (Red+Green+Blue) = 184+220+141=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC8D is #472372. Grayscale: #C8C8C8. Windows color (decimal): -4662131 or 9297080. OLE color: 9297080.

HSL color Cylindrical-coordinate representation of color #B8DC8D: hue angle of 87.34º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8DC8D is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB184220141-
CMYK0.1600.360.14
HSL87.34º53.02%70.78%-
HSV(B)87.34º35.91%86.27%-
XYZ50.1763.334.77-
YUV200.2394.57116.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 141 (55.47% from 255) = 25.87%
R=33.76%
G=40.37%
B=25.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201410.1600.360.1487.3453.0270.78
HexB8DC8D10024E573547
Octal270334215200441612765107
Binary101110001101110010001101100000100100111010101111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC8D; }

 p { color: rgb(184,220,141); }

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

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

 a { background-color: rgb(184,220,141); }

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

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

 span { border-color: rgb(184,220,141); }

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