#BEDF94

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

Shades of Sprout #BEDF94

Tints of Sprout #BEDF94

Color information

#BEDF94 (or 0xBEDF94) is unknown color: approx Sprout. HEX triplet: BE, DF and 94. RGB value is (190,223,148). Sum of RGB (Red+Green+Blue) = 190+223+148=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF94 is #41206B. Grayscale: #CCCCCC. Windows color (decimal): -4268140 or 9756606. OLE color: 9756606.

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

Color convert

RGB190223148-
CMYK0.1500.340.13
HSL86.4º53.96%72.75%-
HSV(B)86.4º33.63%87.45%-
XYZ52.9765.8637.94-
YUV204.5896.07117.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=33.87%
G=39.75%
B=26.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231480.1500.340.1386.453.9672.75
HexBEDF94F022D563649
Octal276337224170421512666111
Binary10111110110111111001010011110100010110110101101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF94; }

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

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

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

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

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

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

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

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