Html Css Color HEX #BED19B Sprout

📋 copy color: '#BED19B'

red 190 ◦ green 209 ◦ blue 155

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

Shades of Sprout #BED19B

Tints of Sprout #BED19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.98%

R = 34.3%
G = 37.73%
B = 27.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#BED19B (or 0xBED19B) is known color: Sprout. HEX triplet: BE, D1 and 9B. RGB value is (190,209,155). Sum of RGB (Red+Green+Blue) = 190+209+155=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #BED19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED19B is #412E64. Grayscale: #C5C5C5. Windows color (decimal): -4271717 or 10211774. OLE color: 10211774.

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

Color convert

RGB 190 209 155 -
CMYK 0.09 0 0.26 0.18
HSL 81.11º 0.37% 0.71% -
HSV(B) 81.11º 0.26% 0.82% -
XYZ 49.95 58.91 39.75 -
YUV 197.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 190 209 155 0.09 0 0.26 0.18 81.11 0.37 0.71
Hex BE D1 9B 9 0 1A 12 51 25 47
Octal 276 321 233 11 0 32 22 121 45 107
Binary 10111110 11010001 10011011 1001 0 11010 10010 1010001 100101 1000111

Color Harmonies of #BED19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED19B

Black with #BED19B

Text Example


Text Example

White with #BED19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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