#BED299

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

Shades of Sprout #BED299

Tints of Sprout #BED299

Color information

#BED299 (or 0xBED299) is unknown color: approx Sprout. HEX triplet: BE, D2 and 99. RGB value is (190,210,153). Sum of RGB (Red+Green+Blue) = 190+210+153=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #BED299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED299 is #412D66. Grayscale: #C5C5C5. Windows color (decimal): -4271463 or 10080958. OLE color: 10080958.

HSL color Cylindrical-coordinate representation of color #BED299: hue angle of 81.05º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BED299 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB190210153-
CMYK0.1000.270.18
HSL81.05º38.78%71.18%-
HSV(B)81.05º27.14%82.35%-
XYZ50.0359.3438.95-
YUV197.52102.87122.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 210 (82.42% from 255) = 37.97%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=34.36%
G=37.97%
B=27.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101530.1000.270.1881.0538.7871.18
HexBED299A01B12512747
Octal276322231120332212147107
Binary10111110110100101001100110100110111001010100011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED299; }

 p { color: rgb(190,210,153); }

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

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

 a { background-color: rgb(190,210,153); }

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

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

 span { border-color: rgb(190,210,153); }

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