Html Css Color HEX #BED304 La Rioja

📋 copy color: '#BED304'

red 190 ◦ green 211 ◦ blue 4

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

Shades of La Rioja #BED304

Tints of La Rioja #BED304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 46.91%
G = 52.1%
B = 0.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#BED304 (or 0xBED304) is known color: La Rioja. HEX triplet: BE, D3 and 04. RGB value is (190,211,4). Sum of RGB (Red+Green+Blue) = 190+211+4=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #BED304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED304 is #412CFB. Grayscale: #B5B5B5. Windows color (decimal): -4271356 or 316350. OLE color: 316350.

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

Color convert

RGB 190 211 4 -
CMYK 0.10 0 0.98 0.17
HSL 66.09º 0.96% 0.42% -
HSV(B) 66.09º 0.98% 0.83% -
XYZ 44.55 57.54 8.87 -
YUV 181.12 28.04 134.33 -
System Red Green Blue C M Y K H S L
Decimal 190 211 4 0.10 0 0.98 0.17 66.09 0.96 0.42
Hex BE D3 4 A 0 62 11 42 60 2A
Octal 276 323 4 12 0 142 21 102 140 52
Binary 10111110 11010011 100 1010 0 1100010 10001 1000010 1100000 101010

Color Harmonies of #BED304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED304

Black with #BED304

Text Example


Text Example

White with #BED304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED304; }

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

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

background-color css

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

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

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

border-color css

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

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

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