Html Css Color HEX #BED191 Sprout

📋 copy color: '#BED191'

red 190 ◦ green 209 ◦ blue 145

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

Shades of Sprout #BED191

Tints of Sprout #BED191

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.42%

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

R = 34.93%
G = 38.42%
B = 26.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#BED191 (or 0xBED191) is known color: Sprout. HEX triplet: BE, D1 and 91. RGB value is (190,209,145). Sum of RGB (Red+Green+Blue) = 190+209+145=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #BED191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED191 is #412E6E. Grayscale: #C4C4C4. Windows color (decimal): -4271727 or 9556414. OLE color: 9556414.

HSL color Cylindrical-coordinate representation of color #BED191: hue angle of 77.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BED191 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 145 -
CMYK 0.09 0 0.31 0.18
HSL 77.81º 0.41% 0.69% -
HSV(B) 77.81º 0.31% 0.82% -
XYZ 49.15 58.59 35.51 -
YUV 196.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 190 209 145 0.09 0 0.31 0.18 77.81 0.41 0.69
Hex BE D1 91 9 0 1F 12 4E 29 45
Octal 276 321 221 11 0 37 22 116 51 105
Binary 10111110 11010001 10010001 1001 0 11111 10010 1001110 101001 1000101

Color Harmonies of #BED191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED191

Black with #BED191

Text Example


Text Example

White with #BED191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED191; }

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

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

background-color css

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

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

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

border-color css

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

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

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