#BED88F

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

Shades of Sprout #BED88F

Tints of Sprout #BED88F

Color information

#BED88F (or 0xBED88F) is unknown color: approx Sprout. HEX triplet: BE, D8 and 8F. RGB value is (190,216,143). Sum of RGB (Red+Green+Blue) = 190+216+143=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #BED88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED88F is #412770. Grayscale: #C8C8C8. Windows color (decimal): -4269937 or 9427134. OLE color: 9427134.

HSL color Cylindrical-coordinate representation of color #BED88F: hue angle of 81.37º degrees, saturation: 0.48, 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 #BED88F is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB190216143-
CMYK0.1200.340.15
HSL81.37º48.34%70.39%-
HSV(B)81.37º33.8%84.71%-
XYZ50.7562.0435.29-
YUV199.995.89120.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 216 (84.77% from 255) = 39.34%
BLUE value IS 143 (56.25% from 255) = 26.05%
R=34.61%
G=39.34%
B=26.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161430.1200.340.1581.3748.3470.39
HexBED88FC022F513046
Octal276330217140421712160106
Binary10111110110110001000111111000100010111110100011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED88F; }

 p { color: rgb(190,216,143); }

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

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

 a { background-color: rgb(190,216,143); }

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

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

 span { border-color: rgb(190,216,143); }

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