Html Css Color HEX #BED394 Sprout

📋 copy color: '#BED394'

red 190 ◦ green 211 ◦ blue 148

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

Shades of Sprout #BED394

Tints of Sprout #BED394

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.43%

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

R = 34.61%
G = 38.43%
B = 26.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#BED394 (or 0xBED394) is known color: Sprout. HEX triplet: BE, D3 and 94. RGB value is (190,211,148). Sum of RGB (Red+Green+Blue) = 190+211+148=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #BED394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED394 is #412C6B. Grayscale: #C5C5C5. Windows color (decimal): -4271212 or 9753534. OLE color: 9753534.

HSL color Cylindrical-coordinate representation of color #BED394: hue angle of 80º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BED394 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 148 -
CMYK 0.10 0 0.30 0.17
HSL 80º 0.42% 0.7% -
HSV(B) 80º 0.3% 0.83% -
XYZ 49.87 59.67 36.91 -
YUV 197.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 190 211 148 0.10 0 0.30 0.17 80 0.42 0.7
Hex BE D3 94 A 0 1E 11 50 2A 46
Octal 276 323 224 12 0 36 21 120 52 106
Binary 10111110 11010011 10010100 1010 0 11110 10001 1010000 101010 1000110

Color Harmonies of #BED394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED394

Black with #BED394

Text Example


Text Example

White with #BED394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED394; }

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

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

background-color css

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

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

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

border-color css

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

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

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