#BED094

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

Shades of Sprout #BED094

Tints of Sprout #BED094

Color information

#BED094 (or 0xBED094) is unknown color: approx Sprout. HEX triplet: BE, D0 and 94. RGB value is (190,208,148). Sum of RGB (Red+Green+Blue) = 190+208+148=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #BED094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED094 is #412F6B. Grayscale: #C4C4C4. Windows color (decimal): -4271980 or 9752766. OLE color: 9752766.

HSL color Cylindrical-coordinate representation of color #BED094: hue angle of 78º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BED094 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB190208148-
CMYK0.0900.290.18
HSL78º38.96%69.8%-
HSV(B)78º28.85%81.57%-
XYZ49.1458.236.66-
YUV195.78101.04123.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 208 (81.64% from 255) = 38.10%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=34.80%
G=38.10%
B=27.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081480.0900.290.187838.9669.8
HexBED094901D124e2746
Octal276320224110352211647106
Binary10111110110100001001010010010111011001010011101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED094; }

 p { color: rgb(190,208,148); }

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

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

 a { background-color: rgb(190,208,148); }

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

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

 span { border-color: rgb(190,208,148); }

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