#B8DC92

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

Shades of Sprout #B8DC92

Tints of Sprout #B8DC92

Color information

#B8DC92 (or 0xB8DC92) is unknown color: approx Sprout. HEX triplet: B8, DC and 92. RGB value is (184,220,146). Sum of RGB (Red+Green+Blue) = 184+220+146=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC92 is #47236D. Grayscale: #C9C9C9. Windows color (decimal): -4662126 or 9624760. OLE color: 9624760.

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

Color convert

RGB184220146-
CMYK0.1600.340.14
HSL89.19º51.39%71.76%-
HSV(B)89.19º33.64%86.27%-
XYZ50.5563.4536.78-
YUV200.897.07116.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.45%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=33.45%
G=40%
B=26.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201460.1600.340.1489.1951.3971.76
HexB8DC9210022E593348
Octal270334222200421613163110
Binary101110001101110010010010100000100010111010110011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC92; }

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

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

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

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

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

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

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

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