Html Css Color HEX #BEC501 La Rioja

📋 copy color: '#BEC501'

red 190 ◦ green 197 ◦ blue 1

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

Shades of La Rioja #BEC501

Tints of La Rioja #BEC501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 48.97%
G = 50.77%
B = 0.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#BEC501 (or 0xBEC501) is known color: La Rioja. HEX triplet: BE, C5 and 01. RGB value is (190,197,1). Sum of RGB (Red+Green+Blue) = 190+197+1=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC501 is #413AFE. Grayscale: #ADADAD. Windows color (decimal): -4274943 or 116158. OLE color: 116158.

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

Color convert

RGB 190 197 1 -
CMYK 0.04 0 0.99 0.23
HSL 62.14º 0.99% 0.39% -
HSV(B) 62.14º 0.99% 0.77% -
XYZ 41.21 50.88 7.68 -
YUV 172.56 31.18 140.44 -
System Red Green Blue C M Y K H S L
Decimal 190 197 1 0.04 0 0.99 0.23 62.14 0.99 0.39
Hex BE C5 1 4 0 63 17 3E 63 27
Octal 276 305 1 4 0 143 27 76 143 47
Binary 10111110 11000101 1 100 0 1100011 10111 111110 1100011 100111

Color Harmonies of #BEC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC501

Black with #BEC501

Text Example


Text Example

White with #BEC501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC501; }

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

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

background-color css

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

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

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

border-color css

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

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

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