#BED990

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

Shades of Sprout #BED990

Tints of Sprout #BED990

Color information

#BED990 (or 0xBED990) is unknown color: approx Sprout. HEX triplet: BE, D9 and 90. RGB value is (190,217,144). Sum of RGB (Red+Green+Blue) = 190+217+144=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #BED990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED990 is #41266F. Grayscale: #C8C8C8. Windows color (decimal): -4269680 or 9492926. OLE color: 9492926.

HSL color Cylindrical-coordinate representation of color #BED990: hue angle of 82.19º 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 #BED990 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB190217144-
CMYK0.1200.340.15
HSL82.19º48.99%70.78%-
HSV(B)82.19º33.64%85.1%-
XYZ51.0862.5935.77-
YUV200.696.05120.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 144 (56.64% from 255) = 26.13%
R=34.48%
G=39.38%
B=26.13%

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
Decimal1902171440.1200.340.1582.1948.9970.78
HexBED990C022F523147
Octal276331220140421712261107
Binary10111110110110011001000011000100010111110100101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED990; }

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

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

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

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

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

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

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

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