Html Css Color HEX #BED502 La Rioja

📋 copy color: '#BED502'

red 190 ◦ green 213 ◦ blue 2

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

Shades of La Rioja #BED502

Tints of La Rioja #BED502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 46.91%
G = 52.59%
B = 0.49%

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

#BED502 (or 0xBED502) is known color: La Rioja. HEX triplet: BE, D5 and 02. RGB value is (190,213,2). Sum of RGB (Red+Green+Blue) = 190+213+2=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #BED502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED502 is #412AFD. Grayscale: #B6B6B6. Windows color (decimal): -4270846 or 185790. OLE color: 185790.

HSL color Cylindrical-coordinate representation of color #BED502: hue angle of 66.54º degrees, saturation: 0.98, 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 #BED502 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 2 -
CMYK 0.11 0 0.99 0.16
HSL 66.54º 0.98% 0.42% -
HSV(B) 66.54º 0.99% 0.84% -
XYZ 45.04 58.54 8.98 -
YUV 182.07 26.38 133.66 -
System Red Green Blue C M Y K H S L
Decimal 190 213 2 0.11 0 0.99 0.16 66.54 0.98 0.42
Hex BE D5 2 B 0 63 10 43 62 2A
Octal 276 325 2 13 0 143 20 103 142 52
Binary 10111110 11010101 10 1011 0 1100011 10000 1000011 1100010 101010

Color Harmonies of #BED502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED502

Black with #BED502

Text Example


Text Example

White with #BED502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED502; }

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

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

background-color css

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

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

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

border-color css

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

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

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