#B8D49B

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

Shades of Sprout #B8D49B

Tints of Sprout #B8D49B

Color information

#B8D49B (or 0xB8D49B) is unknown color: approx Sprout. HEX triplet: B8, D4 and 9B. RGB value is (184,212,155). Sum of RGB (Red+Green+Blue) = 184+212+155=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D49B is #472B64. Grayscale: #C5C5C5. Windows color (decimal): -4664165 or 10212536. OLE color: 10212536.

HSL color Cylindrical-coordinate representation of color #B8D49B: hue angle of 89.47º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8D49B is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB184212155-
CMYK0.1300.270.17
HSL89.47º39.86%71.96%-
HSV(B)89.47º26.89%83.14%-
XYZ49.2359.6439.93-
YUV197.13104.22118.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.39%
GREEN value IS 212 (83.20% from 255) = 38.48%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=33.39%
G=38.48%
B=28.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842121550.1300.270.1789.4739.8671.96
HexB8D49BD01B11592848
Octal270324233150332113150110
Binary10111000110101001001101111010110111000110110011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D49B; }

 p { color: rgb(184,212,155); }

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

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

 a { background-color: rgb(184,212,155); }

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

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

 span { border-color: rgb(184,212,155); }

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