Html Css Color HEX #BEDE96 Sprout

📋 copy color: '#BEDE96'

red 190 ◦ green 222 ◦ blue 150

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

Shades of Sprout #BEDE96

Tints of Sprout #BEDE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.5%

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

R = 33.81%
G = 39.5%
B = 26.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#BEDE96 (or 0xBEDE96) is known color: Sprout. HEX triplet: BE, DE and 96. RGB value is (190,222,150). Sum of RGB (Red+Green+Blue) = 190+222+150=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE96 is #412169. Grayscale: #CCCCCC. Windows color (decimal): -4268394 or 9887422. OLE color: 9887422.

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

Color convert

RGB 190 222 150 -
CMYK 0.14 0 0.32 0.13
HSL 86.67º 0.52% 0.73% -
HSV(B) 86.67º 0.32% 0.87% -
XYZ 52.86 65.39 38.69 -
YUV 204.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 190 222 150 0.14 0 0.32 0.13 86.67 0.52 0.73
Hex BE DE 96 E 0 20 D 57 34 49
Octal 276 336 226 16 0 40 15 127 64 111
Binary 10111110 11011110 10010110 1110 0 100000 1101 1010111 110100 1001001

Color Harmonies of #BEDE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE96

Black with #BEDE96

Text Example


Text Example

White with #BEDE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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