Html Css Color HEX #BED503 La Rioja

📋 copy color: '#BED503'

red 190 ◦ green 213 ◦ blue 3

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

Shades of La Rioja #BED503

Tints of La Rioja #BED503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 46.8%
G = 52.46%
B = 0.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#BED503 (or 0xBED503) is known color: La Rioja. HEX triplet: BE, D5 and 03. RGB value is (190,213,3). Sum of RGB (Red+Green+Blue) = 190+213+3=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #BED503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED503 is #412AFC. Grayscale: #B7B7B7. Windows color (decimal): -4270845 or 251326. OLE color: 251326.

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

Color convert

RGB 190 213 3 -
CMYK 0.11 0 0.99 0.16
HSL 66.57º 0.97% 0.42% -
HSV(B) 66.57º 0.99% 0.84% -
XYZ 45.05 58.54 9.01 -
YUV 182.18 26.88 133.58 -
System Red Green Blue C M Y K H S L
Decimal 190 213 3 0.11 0 0.99 0.16 66.57 0.97 0.42
Hex BE D5 3 B 0 63 10 43 61 2A
Octal 276 325 3 13 0 143 20 103 141 52
Binary 10111110 11010101 11 1011 0 1100011 10000 1000011 1100001 101010

Color Harmonies of #BED503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED503

Black with #BED503

Text Example


Text Example

White with #BED503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED503; }

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

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

background-color css

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

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

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

border-color css

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

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

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