Html Css Color HEX #BEDB94 Sprout

📋 copy color: '#BEDB94'

red 190 ◦ green 219 ◦ blue 148

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

Shades of Sprout #BEDB94

Tints of Sprout #BEDB94

RGB

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

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

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

R = 34.11%
G = 39.32%
B = 26.57%

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

#BEDB94 (or 0xBEDB94) is known color: Sprout. HEX triplet: BE, DB and 94. RGB value is (190,219,148). Sum of RGB (Red+Green+Blue) = 190+219+148=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB94 is #41246B. Grayscale: #CACACA. Windows color (decimal): -4269164 or 9755582. OLE color: 9755582.

HSL color Cylindrical-coordinate representation of color #BEDB94: hue angle of 84.51º degrees, saturation: 0.5, 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 #BEDB94 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 219 148 -
CMYK 0.13 0 0.32 0.14
HSL 84.51º 0.5% 0.72% -
HSV(B) 84.51º 0.32% 0.86% -
XYZ 51.91 63.75 37.59 -
YUV 202.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 190 219 148 0.13 0 0.32 0.14 84.51 0.5 0.72
Hex BE DB 94 D 0 20 E 55 32 48
Octal 276 333 224 15 0 40 16 125 62 110
Binary 10111110 11011011 10010100 1101 0 100000 1110 1010101 110010 1001000

Color Harmonies of #BEDB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB94

Black with #BEDB94

Text Example


Text Example

White with #BEDB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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