Html Css Color HEX #BED600 La Rioja

📋 copy color: '#BED600'

red 190 ◦ green 214 ◦ blue 0

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

Shades of La Rioja #BED600

Tints of La Rioja #BED600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.97%

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

R = 47.03%
G = 52.97%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#BED600 (or 0xBED600) is known color: La Rioja. HEX triplet: BE, D6 and 00. RGB value is (190,214,0). Sum of RGB (Red+Green+Blue) = 190+214+0=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #BED600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED600 is #4129FF. Grayscale: #B7B7B7. Windows color (decimal): -4270592 or 54974. OLE color: 54974.

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

Color convert

RGB 190 214 0 -
CMYK 0.11 0 1 0.16
HSL 66.73º 1% 0.42% -
HSV(B) 66.73º 1% 0.84% -
XYZ 45.28 59.04 9.01 -
YUV 182.43 25.05 133.4 -
System Red Green Blue C M Y K H S L
Decimal 190 214 0 0.11 0 1 0.16 66.73 1 0.42
Hex BE D6 0 B 0 64 10 43 64 2A
Octal 276 326 0 13 0 144 20 103 144 52
Binary 10111110 11010110 0 1011 0 1100100 10000 1000011 1100100 101010

Color Harmonies of #BED600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED600

Black with #BED600

Text Example


Text Example

White with #BED600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED600; }

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

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

background-color css

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

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

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

border-color css

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

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

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