Html Css Color HEX #BED204 La Rioja

📋 copy color: '#BED204'

red 190 ◦ green 210 ◦ blue 4

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

Shades of La Rioja #BED204

Tints of La Rioja #BED204

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.98%

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

R = 47.03%
G = 51.98%
B = 0.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#BED204 (or 0xBED204) is known color: La Rioja. HEX triplet: BE, D2 and 04. RGB value is (190,210,4). Sum of RGB (Red+Green+Blue) = 190+210+4=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #BED204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED204 is #412DFB. Grayscale: #B5B5B5. Windows color (decimal): -4271612 or 316094. OLE color: 316094.

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

Color convert

RGB 190 210 4 -
CMYK 0.10 0 0.98 0.18
HSL 65.83º 0.96% 0.42% -
HSV(B) 65.83º 0.98% 0.82% -
XYZ 44.3 57.05 8.79 -
YUV 180.54 28.37 134.75 -
System Red Green Blue C M Y K H S L
Decimal 190 210 4 0.10 0 0.98 0.18 65.83 0.96 0.42
Hex BE D2 4 A 0 62 12 42 60 2A
Octal 276 322 4 12 0 142 22 102 140 52
Binary 10111110 11010010 100 1010 0 1100010 10010 1000010 1100000 101010

Color Harmonies of #BED204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED204

Black with #BED204

Text Example


Text Example

White with #BED204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED204; }

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

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

background-color css

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

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

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

border-color css

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

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

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