Html Css Color HEX #BED392 Sprout

📋 copy color: '#BED392'

red 190 ◦ green 211 ◦ blue 146

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

Shades of Sprout #BED392

Tints of Sprout #BED392

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.57%

 BLUE value IS 146 (57.42% from 255) = 26.69%

R = 34.73%
G = 38.57%
B = 26.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#BED392 (or 0xBED392) is known color: Sprout. HEX triplet: BE, D3 and 92. RGB value is (190,211,146). Sum of RGB (Red+Green+Blue) = 190+211+146=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 211 - color contains mainly: green. Hex color #BED392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED392 is #412C6D. Grayscale: #C5C5C5. Windows color (decimal): -4271214 or 9622462. OLE color: 9622462.

HSL color Cylindrical-coordinate representation of color #BED392: hue angle of 79.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BED392 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 146 -
CMYK 0.10 0 0.31 0.17
HSL 79.38º 0.42% 0.7% -
HSV(B) 79.38º 0.31% 0.83% -
XYZ 49.72 59.61 36.08 -
YUV 197.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 190 211 146 0.10 0 0.31 0.17 79.38 0.42 0.7
Hex BE D3 92 A 0 1F 11 4F 2A 46
Octal 276 323 222 12 0 37 21 117 52 106
Binary 10111110 11010011 10010010 1010 0 11111 10001 1001111 101010 1000110

Color Harmonies of #BED392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED392

Black with #BED392

Text Example


Text Example

White with #BED392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED392; }

 p { color: rgb(190,211,146); }

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

background-color css

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

 a { background-color: rgb(190,211,146); }

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

border-color css

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

 span { border-color: rgb(190,211,146); }

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