Html Css Color HEX #BED58D Sprout

📋 copy color: '#BED58D'

red 190 ◦ green 213 ◦ blue 141

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

Shades of Sprout #BED58D

Tints of Sprout #BED58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.92%

R = 34.93%
G = 39.15%
B = 25.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#BED58D (or 0xBED58D) is known color: Sprout. HEX triplet: BE, D5 and 8D. RGB value is (190,213,141). Sum of RGB (Red+Green+Blue) = 190+213+141=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #BED58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED58D is #412A72. Grayscale: #C6C6C6. Windows color (decimal): -4270707 or 9295294. OLE color: 9295294.

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

Color convert

RGB 190 213 141 -
CMYK 0.11 0 0.34 0.16
HSL 79.17º 0.46% 0.69% -
HSV(B) 79.17º 0.34% 0.84% -
XYZ 49.84 60.46 34.24 -
YUV 197.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 190 213 141 0.11 0 0.34 0.16 79.17 0.46 0.69
Hex BE D5 8D B 0 22 10 4F 2E 45
Octal 276 325 215 13 0 42 20 117 56 105
Binary 10111110 11010101 10001101 1011 0 100010 10000 1001111 101110 1000101

Color Harmonies of #BED58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED58D

Black with #BED58D

Text Example


Text Example

White with #BED58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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