#BED892

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

Shades of Sprout #BED892

Tints of Sprout #BED892

Color information

#BED892 (or 0xBED892) is unknown color: approx Sprout. HEX triplet: BE, D8 and 92. RGB value is (190,216,146). Sum of RGB (Red+Green+Blue) = 190+216+146=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #BED892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED892 is #41276D. Grayscale: #C8C8C8. Windows color (decimal): -4269934 or 9623742. OLE color: 9623742.

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

Color convert

RGB190216146-
CMYK0.1200.320.15
HSL82.29º47.3%70.98%-
HSV(B)82.29º32.41%84.71%-
XYZ50.9862.1336.5-
YUV200.2597.39120.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 216 (84.77% from 255) = 39.13%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=34.42%
G=39.13%
B=26.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161460.1200.320.1582.2947.370.98
HexBED892C020F522f47
Octal276330222140401712257107
Binary10111110110110001001001011000100000111110100101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED892; }

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

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

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

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

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

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

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

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