Html Css Color HEX #BED591 Sprout

📋 copy color: '#BED591'

red 190 ◦ green 213 ◦ blue 145

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

Shades of Sprout #BED591

Tints of Sprout #BED591

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.87%

 BLUE value IS 145 (57.03% from 255) = 26.46%

R = 34.67%
G = 38.87%
B = 26.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#BED591 (or 0xBED591) is known color: Sprout. HEX triplet: BE, D5 and 91. RGB value is (190,213,145). Sum of RGB (Red+Green+Blue) = 190+213+145=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #BED591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED591 is #412A6E. Grayscale: #C6C6C6. Windows color (decimal): -4270703 or 9557438. OLE color: 9557438.

HSL color Cylindrical-coordinate representation of color #BED591: hue angle of 80.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BED591 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 145 -
CMYK 0.11 0 0.32 0.16
HSL 80.29º 0.45% 0.7% -
HSV(B) 80.29º 0.32% 0.84% -
XYZ 50.14 60.58 35.84 -
YUV 198.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 190 213 145 0.11 0 0.32 0.16 80.29 0.45 0.7
Hex BE D5 91 B 0 20 10 50 2D 46
Octal 276 325 221 13 0 40 20 120 55 106
Binary 10111110 11010101 10010001 1011 0 100000 10000 1010000 101101 1000110

Color Harmonies of #BED591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED591

Black with #BED591

Text Example


Text Example

White with #BED591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED591; }

 p { color: rgb(190,213,145); }

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

background-color css

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

 a { background-color: rgb(190,213,145); }

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

border-color css

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

 span { border-color: rgb(190,213,145); }

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