Html Css Color HEX #BEC500 La Rioja

📋 copy color: '#BEC500'

red 190 ◦ green 197 ◦ blue 0

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

Shades of La Rioja #BEC500

Tints of La Rioja #BEC500

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.9%

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

R = 49.1%
G = 50.9%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#BEC500 (or 0xBEC500) is known color: La Rioja. HEX triplet: BE, C5 and 00. RGB value is (190,197,0). Sum of RGB (Red+Green+Blue) = 190+197+0=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC500 is #413AFF. Grayscale: #ADADAD. Windows color (decimal): -4274944 or 50622. OLE color: 50622.

HSL color Cylindrical-coordinate representation of color #BEC500: hue angle of 62.13º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEC500 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 0 -
CMYK 0.04 0 1 0.23
HSL 62.13º 1% 0.39% -
HSV(B) 62.13º 1% 0.77% -
XYZ 41.2 50.88 7.65 -
YUV 172.45 30.68 140.52 -
System Red Green Blue C M Y K H S L
Decimal 190 197 0 0.04 0 1 0.23 62.13 1 0.39
Hex BE C5 0 4 0 64 17 3E 64 27
Octal 276 305 0 4 0 144 27 76 144 47
Binary 10111110 11000101 0 100 0 1100100 10111 111110 1100100 100111

Color Harmonies of #BEC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC500

Black with #BEC500

Text Example


Text Example

White with #BEC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC500; }

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

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

background-color css

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

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

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

border-color css

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

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

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