Html Css Color HEX #BEE094 Sprout

📋 copy color: '#BEE094'

red 190 ◦ green 224 ◦ blue 148

#BEE094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BEE094

Tints of Sprout #BEE094

RGB

 RED value IS 190 (74.61% from 255) = 33.81%

 GREEN value IS 224 (87.89% from 255) = 39.86%

 BLUE value IS 148 (58.2% from 255) = 26.33%

R = 33.81%
G = 39.86%
B = 26.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#BEE094 (or 0xBEE094) is known color: Sprout. HEX triplet: BE, E0 and 94. RGB value is (190,224,148). Sum of RGB (Red+Green+Blue) = 190+224+148=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE094 is #411F6B. Grayscale: #CDCDCD. Windows color (decimal): -4267884 or 9756862. OLE color: 9756862.

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

Color convert

RGB 190 224 148 -
CMYK 0.15 0 0.34 0.12
HSL 86.84º 0.55% 0.73% -
HSV(B) 86.84º 0.34% 0.88% -
XYZ 53.24 66.4 38.03 -
YUV 205.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 190 224 148 0.15 0 0.34 0.12 86.84 0.55 0.73
Hex BE E0 94 F 0 22 C 57 37 49
Octal 276 340 224 17 0 42 14 127 67 111
Binary 10111110 11100000 10010100 1111 0 100010 1100 1010111 110111 1001001

Color Harmonies of #BEE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE094

Black with #BEE094

Text Example


Text Example

White with #BEE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE094; }

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

 H1.HeaderClassName
 {
   color: #BEE094;
 }
 .AnyTagClassName
 {
   color: #BEE094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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