#BED69A

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

Shades of Sprout #BED69A

Tints of Sprout #BED69A

Color information

#BED69A (or 0xBED69A) is unknown color: approx Sprout. HEX triplet: BE, D6 and 9A. RGB value is (190,214,154). Sum of RGB (Red+Green+Blue) = 190+214+154=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #BED69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED69A is #412965. Grayscale: #C8C8C8. Windows color (decimal): -4270438 or 10147518. OLE color: 10147518.

HSL color Cylindrical-coordinate representation of color #BED69A: hue angle of 84º degrees, saturation: 0.42, 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 #BED69A is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB190214154-
CMYK0.1100.280.16
HSL84º42.25%72.16%-
HSV(B)84º28.04%83.92%-
XYZ51.1161.3739.72-
YUV199.98102.05120.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 214 (83.98% from 255) = 38.35%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=34.05%
G=38.35%
B=27.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141540.1100.280.168442.2572.16
HexBED69AB01C10542a48
Octal276326232130342012452110
Binary10111110110101101001101010110111001000010101001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED69A; }

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

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

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

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

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

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

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

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