#BED98F

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

Shades of Sprout #BED98F

Tints of Sprout #BED98F

Color information

#BED98F (or 0xBED98F) is unknown color: approx Sprout. HEX triplet: BE, D9 and 8F. RGB value is (190,217,143). Sum of RGB (Red+Green+Blue) = 190+217+143=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #BED98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED98F is #412670. Grayscale: #C8C8C8. Windows color (decimal): -4269681 or 9427390. OLE color: 9427390.

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

Color convert

RGB190217143-
CMYK0.1200.340.15
HSL81.89º49.33%70.59%-
HSV(B)81.89º34.1%85.1%-
XYZ51.0162.5635.37-
YUV200.4995.55120.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 143 (56.25% from 255) = 26%
R=34.55%
G=39.45%
B=26%

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
Decimal1902171430.1200.340.1581.8949.3370.59
HexBED98FC022F523147
Octal276331217140421712261107
Binary10111110110110011000111111000100010111110100101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED98F; }

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

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

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

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

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

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

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

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