#BED88D

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

Shades of Sprout #BED88D

Tints of Sprout #BED88D

Color information

#BED88D (or 0xBED88D) is unknown color: approx Sprout. HEX triplet: BE, D8 and 8D. RGB value is (190,216,141). Sum of RGB (Red+Green+Blue) = 190+216+141=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #BED88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED88D is #412772. Grayscale: #C7C7C7. Windows color (decimal): -4269939 or 9296062. OLE color: 9296062.

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

Color convert

RGB190216141-
CMYK0.1200.350.15
HSL80.8º49.02%70%-
HSV(B)80.8º34.72%84.71%-
XYZ50.661.9834.5-
YUV199.6894.89121.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=34.73%
G=39.49%
B=25.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161410.1200.350.1580.849.0270
HexBED88DC023F513146
Octal276330215140431712161106
Binary10111110110110001000110111000100011111110100011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED88D; }

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

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

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

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

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

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

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

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