Html Css Color HEX #BEDB96 Sprout

📋 copy color: '#BEDB96'

red 190 ◦ green 219 ◦ blue 150

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

Shades of Sprout #BEDB96

Tints of Sprout #BEDB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.18%

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

R = 33.99%
G = 39.18%
B = 26.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#BEDB96 (or 0xBEDB96) is known color: Sprout. HEX triplet: BE, DB and 96. RGB value is (190,219,150). Sum of RGB (Red+Green+Blue) = 190+219+150=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB96 is #412469. Grayscale: #CACACA. Windows color (decimal): -4269162 or 9886654. OLE color: 9886654.

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

Color convert

RGB 190 219 150 -
CMYK 0.13 0 0.32 0.14
HSL 85.22º 0.49% 0.72% -
HSV(B) 85.22º 0.32% 0.86% -
XYZ 52.07 63.81 38.43 -
YUV 202.46 98.39 119.11 -
System Red Green Blue C M Y K H S L
Decimal 190 219 150 0.13 0 0.32 0.14 85.22 0.49 0.72
Hex BE DB 96 D 0 20 E 55 31 48
Octal 276 333 226 15 0 40 16 125 61 110
Binary 10111110 11011011 10010110 1101 0 100000 1110 1010101 110001 1001000

Color Harmonies of #BEDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB96

Black with #BEDB96

Text Example


Text Example

White with #BEDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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