#BED79A

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

Shades of Sprout #BED79A

Tints of Sprout #BED79A

Color information

#BED79A (or 0xBED79A) is unknown color: approx Sprout. HEX triplet: BE, D7 and 9A. RGB value is (190,215,154). Sum of RGB (Red+Green+Blue) = 190+215+154=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #BED79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED79A is #412865. Grayscale: #C8C8C8. Windows color (decimal): -4270182 or 10147774. OLE color: 10147774.

HSL color Cylindrical-coordinate representation of color #BED79A: hue angle of 84.59º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BED79A is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB190215154-
CMYK0.1200.280.16
HSL84.59º43.26%72.35%-
HSV(B)84.59º28.37%84.31%-
XYZ51.3761.8839.81-
YUV200.57101.72120.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 215 (84.38% from 255) = 38.46%
BLUE value IS 154 (60.55% from 255) = 27.55%
R=33.99%
G=38.46%
B=27.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151540.1200.280.1684.5943.2672.35
HexBED79AC01C10552b48
Octal276327232140342012553110
Binary10111110110101111001101011000111001000010101011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED79A; }

 p { color: rgb(190,215,154); }

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

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

 a { background-color: rgb(190,215,154); }

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

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

 span { border-color: rgb(190,215,154); }

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