Html Css Color HEX #BED407 La Rioja

📋 copy color: '#BED407'

red 190 ◦ green 212 ◦ blue 7

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

Shades of La Rioja #BED407

Tints of La Rioja #BED407

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.83%

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 46.45%
G = 51.83%
B = 1.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#BED407 (or 0xBED407) is known color: La Rioja. HEX triplet: BE, D4 and 07. RGB value is (190,212,7). Sum of RGB (Red+Green+Blue) = 190+212+7=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 212 (83.20% from 255 or 51.83% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 212 - color contains mainly: green. Hex color #BED407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED407 is #412BF8. Grayscale: #B6B6B6. Windows color (decimal): -4271097 or 513214. OLE color: 513214.

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

Color convert

RGB 190 212 7 -
CMYK 0.10 0 0.97 0.17
HSL 66.44º 0.94% 0.43% -
HSV(B) 66.44º 0.97% 0.83% -
XYZ 44.82 58.05 9.04 -
YUV 182.05 29.21 133.67 -
System Red Green Blue C M Y K H S L
Decimal 190 212 7 0.10 0 0.97 0.17 66.44 0.94 0.43
Hex BE D4 7 A 0 61 11 42 5E 2B
Octal 276 324 7 12 0 141 21 102 136 53
Binary 10111110 11010100 111 1010 0 1100001 10001 1000010 1011110 101011

Color Harmonies of #BED407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED407

Black with #BED407

Text Example


Text Example

White with #BED407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED407; }

 p { color: rgb(190,212,7); }

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

background-color css

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

 a { background-color: rgb(190,212,7); }

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

border-color css

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

 span { border-color: rgb(190,212,7); }

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