Html Css Color HEX #BED004 La Rioja

📋 copy color: '#BED004'

red 190 ◦ green 208 ◦ blue 4

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

Shades of La Rioja #BED004

Tints of La Rioja #BED004

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.74%

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

R = 47.26%
G = 51.74%
B = 1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#BED004 (or 0xBED004) is known color: La Rioja. HEX triplet: BE, D0 and 04. RGB value is (190,208,4). Sum of RGB (Red+Green+Blue) = 190+208+4=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #BED004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED004 is #412FFB. Grayscale: #B4B4B4. Windows color (decimal): -4272124 or 315582. OLE color: 315582.

HSL color Cylindrical-coordinate representation of color #BED004: hue angle of 65.29º 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 #BED004 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 4 -
CMYK 0.09 0 0.98 0.18
HSL 65.29º 0.96% 0.42% -
HSV(B) 65.29º 0.98% 0.82% -
XYZ 43.81 56.07 8.63 -
YUV 179.36 29.04 135.59 -
System Red Green Blue C M Y K H S L
Decimal 190 208 4 0.09 0 0.98 0.18 65.29 0.96 0.42
Hex BE D0 4 9 0 62 12 41 60 2A
Octal 276 320 4 11 0 142 22 101 140 52
Binary 10111110 11010000 100 1001 0 1100010 10010 1000001 1100000 101010

Color Harmonies of #BED004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED004

Black with #BED004

Text Example


Text Example

White with #BED004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED004; }

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

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

background-color css

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

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

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

border-color css

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

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

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