#b8d88b

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

Shades of Sprout #B8D88B

Tints of Sprout #B8D88B

Color information

#B8D88B (or 0xB8D88B) is unknown color: approx Sprout. HEX triplet: B8, D8 and 8B. RGB value is (184,216,139). Sum of RGB (Red+Green+Blue) = 184+216+139=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D88B is #472774. Grayscale: #C5C5C5. Windows color (decimal): -4663157 or 9164984. OLE color: 9164984.

HSL color Cylindrical-coordinate representation of color #B8D88B: hue angle of 84.94º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8D88B is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB184216139-
CMYK0.1500.360.15
HSL84.94º49.68%69.61%-
HSV(B)84.94º35.65%84.71%-
XYZ48.9861.1733.65-
YUV197.6594.9118.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.14%
GREEN value IS 216 (84.77% from 255) = 40.07%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=34.14%
G=40.07%
B=25.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842161390.1500.360.1584.9449.6869.61
HexB8D88BF024F553246
Octal270330213170441712562106
Binary10111000110110001000101111110100100111110101011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8d88b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8d88b; }

 p { color: rgb(184,216,139); }

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

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

 a { background-color: rgb(184,216,139); }

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

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

 span { border-color: rgb(184,216,139); }

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