#BED497

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

Shades of Sprout #BED497

Tints of Sprout #BED497

Color information

#BED497 (or 0xBED497) is unknown color: approx Sprout. HEX triplet: BE, D4 and 97. RGB value is (190,212,151). Sum of RGB (Red+Green+Blue) = 190+212+151=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #BED497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED497 is #412B68. Grayscale: #C6C6C6. Windows color (decimal): -4270953 or 9950398. OLE color: 9950398.

HSL color Cylindrical-coordinate representation of color #BED497: hue angle of 81.64º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BED497 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB190212151-
CMYK0.1000.290.17
HSL81.64º41.5%71.18%-
HSV(B)81.64º28.77%83.14%-
XYZ50.3660.2738.26-
YUV198.47101.21121.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 212 (83.20% from 255) = 38.34%
BLUE value IS 151 (59.38% from 255) = 27.31%
R=34.36%
G=38.34%
B=27.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121510.1000.290.1781.6441.571.18
HexBED497A01D11522947
Octal276324227120352112251107
Binary10111110110101001001011110100111011000110100101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED497; }

 p { color: rgb(190,212,151); }

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

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

 a { background-color: rgb(190,212,151); }

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

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

 span { border-color: rgb(190,212,151); }

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