#BED098

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

Shades of Sprout #BED098

Tints of Sprout #BED098

Color information

#BED098 (or 0xBED098) is unknown color: approx Sprout. HEX triplet: BE, D0 and 98. RGB value is (190,208,152). Sum of RGB (Red+Green+Blue) = 190+208+152=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #BED098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED098 is #412F67. Grayscale: #C4C4C4. Windows color (decimal): -4271976 or 10014910. OLE color: 10014910.

HSL color Cylindrical-coordinate representation of color #BED098: hue angle of 79.29º degrees, saturation: 0.37, 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 #BED098 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB190208152-
CMYK0.0900.270.18
HSL79.29º37.33%70.59%-
HSV(B)79.29º26.92%81.57%-
XYZ49.4658.3338.36-
YUV196.23103.04123.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 208 (81.64% from 255) = 37.82%
BLUE value IS 152 (59.77% from 255) = 27.64%
R=34.55%
G=37.82%
B=27.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081520.0900.270.1879.2937.3370.59
HexBED098901B124f2547
Octal276320230110332211745107
Binary10111110110100001001100010010110111001010011111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED098; }

 p { color: rgb(190,208,152); }

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

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

 a { background-color: rgb(190,208,152); }

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

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

 span { border-color: rgb(190,208,152); }

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