Html Css Color HEX #BEDC96 Sprout

📋 copy color: '#BEDC96'

red 190 ◦ green 220 ◦ blue 150

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

Shades of Sprout #BEDC96

Tints of Sprout #BEDC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.29%

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

R = 33.93%
G = 39.29%
B = 26.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#BEDC96 (or 0xBEDC96) is known color: Sprout. HEX triplet: BE, DC and 96. RGB value is (190,220,150). Sum of RGB (Red+Green+Blue) = 190+220+150=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC96 is #412369. Grayscale: #CBCBCB. Windows color (decimal): -4268906 or 9886910. OLE color: 9886910.

HSL color Cylindrical-coordinate representation of color #BEDC96: hue angle of 85.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEDC96 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 150 -
CMYK 0.14 0 0.32 0.14
HSL 85.71º 0.5% 0.73% -
HSV(B) 85.71º 0.32% 0.86% -
XYZ 52.33 64.34 38.51 -
YUV 203.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 190 220 150 0.14 0 0.32 0.14 85.71 0.5 0.73
Hex BE DC 96 E 0 20 E 56 32 49
Octal 276 334 226 16 0 40 16 126 62 111
Binary 10111110 11011100 10010110 1110 0 100000 1110 1010110 110010 1001001

Color Harmonies of #BEDC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC96

Black with #BEDC96

Text Example


Text Example

White with #BEDC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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