#B8D88E

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

Shades of Sprout #B8D88E

Tints of Sprout #B8D88E

Color information

#B8D88E (or 0xB8D88E) is unknown color: approx Sprout. HEX triplet: B8, D8 and 8E. RGB value is (184,216,142). Sum of RGB (Red+Green+Blue) = 184+216+142=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D88E is #472771. Grayscale: #C6C6C6. Windows color (decimal): -4663154 or 9361592. OLE color: 9361592.

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

Color convert

RGB184216142-
CMYK0.1500.340.15
HSL85.95º48.68%70.2%-
HSV(B)85.95º34.26%84.71%-
XYZ49.2161.2634.82-
YUV19896.4118.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.95%
GREEN value IS 216 (84.77% from 255) = 39.85%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=33.95%
G=39.85%
B=26.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842161420.1500.340.1585.9548.6870.2
HexB8D88EF022F563146
Octal270330216170421712661106
Binary10111000110110001000111011110100010111110101101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D88E; }

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

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

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

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

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

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

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

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