Html Css Color HEX #BED58E Sprout

📋 copy color: '#BED58E'

red 190 ◦ green 213 ◦ blue 142

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

Shades of Sprout #BED58E

Tints of Sprout #BED58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.06%

R = 34.86%
G = 39.08%
B = 26.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#BED58E (or 0xBED58E) is known color: Sprout. HEX triplet: BE, D5 and 8E. RGB value is (190,213,142). Sum of RGB (Red+Green+Blue) = 190+213+142=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #BED58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED58E is #412A71. Grayscale: #C6C6C6. Windows color (decimal): -4270706 or 9360830. OLE color: 9360830.

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

Color convert

RGB 190 213 142 -
CMYK 0.11 0 0.33 0.16
HSL 79.44º 0.46% 0.7% -
HSV(B) 79.44º 0.33% 0.84% -
XYZ 49.91 60.49 34.64 -
YUV 198.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 190 213 142 0.11 0 0.33 0.16 79.44 0.46 0.7
Hex BE D5 8E B 0 21 10 4F 2E 46
Octal 276 325 216 13 0 41 20 117 56 106
Binary 10111110 11010101 10001110 1011 0 100001 10000 1001111 101110 1000110

Color Harmonies of #BED58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED58E

Black with #BED58E

Text Example


Text Example

White with #BED58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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