Html Css Color HEX #BEE096 Sprout

📋 copy color: '#BEE096'

red 190 ◦ green 224 ◦ blue 150

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

Shades of Sprout #BEE096

Tints of Sprout #BEE096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.6%

R = 33.69%
G = 39.72%
B = 26.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#BEE096 (or 0xBEE096) is known color: Sprout. HEX triplet: BE, E0 and 96. RGB value is (190,224,150). Sum of RGB (Red+Green+Blue) = 190+224+150=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE096 is #411F69. Grayscale: #CDCDCD. Windows color (decimal): -4267882 or 9887934. OLE color: 9887934.

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

Color convert

RGB 190 224 150 -
CMYK 0.15 0 0.33 0.12
HSL 87.57º 0.54% 0.73% -
HSV(B) 87.57º 0.33% 0.88% -
XYZ 53.4 66.46 38.87 -
YUV 205.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 190 224 150 0.15 0 0.33 0.12 87.57 0.54 0.73
Hex BE E0 96 F 0 21 C 58 36 49
Octal 276 340 226 17 0 41 14 130 66 111
Binary 10111110 11100000 10010110 1111 0 100001 1100 1011000 110110 1001001

Color Harmonies of #BEE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE096

Black with #BEE096

Text Example


Text Example

White with #BEE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE096; }

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

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

background-color css

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

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

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

border-color css

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

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

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