#B8DC94

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

Shades of Sprout #B8DC94

Tints of Sprout #B8DC94

Color information

#B8DC94 (or 0xB8DC94) is unknown color: approx Sprout. HEX triplet: B8, DC and 94. RGB value is (184,220,148). Sum of RGB (Red+Green+Blue) = 184+220+148=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC94 is #47236B. Grayscale: #C9C9C9. Windows color (decimal): -4662124 or 9755832. OLE color: 9755832.

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

Color convert

RGB184220148-
CMYK0.1600.330.14
HSL90º50.7%72.16%-
HSV(B)90º32.73%86.27%-
XYZ50.7163.5137.6-
YUV201.0398.07115.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=33.33%
G=39.86%
B=26.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201480.1600.330.149050.772.16
HexB8DC9410021E5a3348
Octal270334224200411613263110
Binary101110001101110010010100100000100001111010110101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC94; }

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

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

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

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

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

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

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

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