Html Css Color HEX #BED000 La Rioja

📋 copy color: '#BED000'

red 190 ◦ green 208 ◦ blue 0

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

Shades of La Rioja #BED000

Tints of La Rioja #BED000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.74%
G = 52.26%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#BED000 (or 0xBED000) is known color: La Rioja. HEX triplet: BE, D0 and 00. RGB value is (190,208,0). Sum of RGB (Red+Green+Blue) = 190+208+0=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #BED000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED000 is #412FFF. Grayscale: #B3B3B3. Windows color (decimal): -4272128 or 53438. OLE color: 53438.

HSL color Cylindrical-coordinate representation of color #BED000: hue angle of 65.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BED000 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 0 -
CMYK 0.09 0 1 0.18
HSL 65.19º 1% 0.41% -
HSV(B) 65.19º 1% 0.82% -
XYZ 43.79 56.06 8.51 -
YUV 178.91 27.04 135.91 -
System Red Green Blue C M Y K H S L
Decimal 190 208 0 0.09 0 1 0.18 65.19 1 0.41
Hex BE D0 0 9 0 64 12 41 64 29
Octal 276 320 0 11 0 144 22 101 144 51
Binary 10111110 11010000 0 1001 0 1100100 10010 1000001 1100100 101001

Color Harmonies of #BED000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED000

Black with #BED000

Text Example


Text Example

White with #BED000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED000; }

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

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

background-color css

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

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

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

border-color css

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

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

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