#BEDD92

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

Shades of Sprout #BEDD92

Tints of Sprout #BEDD92

Color information

#BEDD92 (or 0xBEDD92) is unknown color: approx Sprout. HEX triplet: BE, DD and 92. RGB value is (190,221,146). Sum of RGB (Red+Green+Blue) = 190+221+146=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD92 is #41226D. Grayscale: #CBCBCB. Windows color (decimal): -4268654 or 9625022. OLE color: 9625022.

HSL color Cylindrical-coordinate representation of color #BEDD92: hue angle of 84.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEDD92 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB190221146-
CMYK0.1400.340.13
HSL84.8º52.45%71.96%-
HSV(B)84.8º33.94%86.67%-
XYZ52.2864.7436.93-
YUV203.1895.73118.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 221 (86.72% from 255) = 39.68%
BLUE value IS 146 (57.42% from 255) = 26.21%
R=34.11%
G=39.68%
B=26.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211460.1400.340.1384.852.4571.96
HexBEDD92E022D553448
Octal276335222160421512564110
Binary10111110110111011001001011100100010110110101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD92; }

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

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

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

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

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

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

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

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