Html Css Color HEX #BED19C Sprout

📋 copy color: '#BED19C'

red 190 ◦ green 209 ◦ blue 156

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

Shades of Sprout #BED19C

Tints of Sprout #BED19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.11%

R = 34.23%
G = 37.66%
B = 28.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BED19C (or 0xBED19C) is known color: Sprout. HEX triplet: BE, D1 and 9C. RGB value is (190,209,156). Sum of RGB (Red+Green+Blue) = 190+209+156=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #BED19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED19C is #412E63. Grayscale: #C5C5C5. Windows color (decimal): -4271716 or 10277310. OLE color: 10277310.

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

Color convert

RGB 190 209 156 -
CMYK 0.09 0 0.25 0.18
HSL 81.51º 0.37% 0.72% -
HSV(B) 81.51º 0.25% 0.82% -
XYZ 50.04 58.95 40.19 -
YUV 197.28 104.71 122.81 -
System Red Green Blue C M Y K H S L
Decimal 190 209 156 0.09 0 0.25 0.18 81.51 0.37 0.72
Hex BE D1 9C 9 0 19 12 52 25 48
Octal 276 321 234 11 0 31 22 122 45 110
Binary 10111110 11010001 10011100 1001 0 11001 10010 1010010 100101 1001000

Color Harmonies of #BED19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED19C

Black with #BED19C

Text Example


Text Example

White with #BED19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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