#BED992

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

Shades of Sprout #BED992

Tints of Sprout #BED992

Color information

#BED992 (or 0xBED992) is unknown color: approx Sprout. HEX triplet: BE, D9 and 92. RGB value is (190,217,146). Sum of RGB (Red+Green+Blue) = 190+217+146=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #BED992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED992 is #41266D. Grayscale: #C9C9C9. Windows color (decimal): -4269678 or 9623998. OLE color: 9623998.

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

Color convert

RGB190217146-
CMYK0.1200.330.15
HSL82.82º48.3%71.18%-
HSV(B)82.82º32.72%85.1%-
XYZ51.2462.6536.59-
YUV200.8397.05120.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 146 (57.42% from 255) = 26.40%
R=34.36%
G=39.24%
B=26.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171460.1200.330.1582.8248.371.18
HexBED992C021F533047
Octal276331222140411712360107
Binary10111110110110011001001011000100001111110100111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED992; }

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

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

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

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

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

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

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

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