Html Css Color HEX #BED508 La Rioja

📋 copy color: '#BED508'

red 190 ◦ green 213 ◦ blue 8

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

Shades of La Rioja #BED508

Tints of La Rioja #BED508

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.82%

 BLUE value IS 8 (3.52% from 255) = 1.95%

R = 46.23%
G = 51.82%
B = 1.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#BED508 (or 0xBED508) is known color: La Rioja. HEX triplet: BE, D5 and 08. RGB value is (190,213,8). Sum of RGB (Red+Green+Blue) = 190+213+8=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #BED508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED508 is #412AF7. Grayscale: #B7B7B7. Windows color (decimal): -4270840 or 579006. OLE color: 579006.

HSL color Cylindrical-coordinate representation of color #BED508: hue angle of 66.73º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BED508 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 8 -
CMYK 0.11 0 0.96 0.16
HSL 66.73º 0.93% 0.43% -
HSV(B) 66.73º 0.96% 0.84% -
XYZ 45.07 58.55 9.16 -
YUV 182.75 29.38 133.17 -
System Red Green Blue C M Y K H S L
Decimal 190 213 8 0.11 0 0.96 0.16 66.73 0.93 0.43
Hex BE D5 8 B 0 60 10 43 5D 2B
Octal 276 325 10 13 0 140 20 103 135 53
Binary 10111110 11010101 1000 1011 0 1100000 10000 1000011 1011101 101011

Color Harmonies of #BED508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED508

Black with #BED508

Text Example


Text Example

White with #BED508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED508; }

 p { color: rgb(190,213,8); }

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

background-color css

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

 a { background-color: rgb(190,213,8); }

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

border-color css

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

 span { border-color: rgb(190,213,8); }

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