Html Css Color HEX #BED500 La Rioja

📋 copy color: '#BED500'

red 190 ◦ green 213 ◦ blue 0

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

Shades of La Rioja #BED500

Tints of La Rioja #BED500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.15%
G = 52.85%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#BED500 (or 0xBED500) is known color: La Rioja. HEX triplet: BE, D5 and 00. RGB value is (190,213,0). Sum of RGB (Red+Green+Blue) = 190+213+0=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #BED500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED500 is #412AFF. Grayscale: #B6B6B6. Windows color (decimal): -4270848 or 54718. OLE color: 54718.

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

Color convert

RGB 190 213 0 -
CMYK 0.11 0 1 0.16
HSL 66.48º 1% 0.42% -
HSV(B) 66.48º 1% 0.84% -
XYZ 45.03 58.54 8.93 -
YUV 181.84 25.38 133.82 -
System Red Green Blue C M Y K H S L
Decimal 190 213 0 0.11 0 1 0.16 66.48 1 0.42
Hex BE D5 0 B 0 64 10 42 64 2A
Octal 276 325 0 13 0 144 20 102 144 52
Binary 10111110 11010101 0 1011 0 1100100 10000 1000010 1100100 101010

Color Harmonies of #BED500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED500

Black with #BED500

Text Example


Text Example

White with #BED500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED500; }

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

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

background-color css

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

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

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

border-color css

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

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

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