Html Css Color HEX #BEC601 La Rioja

📋 copy color: '#BEC601'

red 190 ◦ green 198 ◦ blue 1

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

Shades of La Rioja #BEC601

Tints of La Rioja #BEC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.9%

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

R = 48.84%
G = 50.9%
B = 0.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#BEC601 (or 0xBEC601) is known color: La Rioja. HEX triplet: BE, C6 and 01. RGB value is (190,198,1). Sum of RGB (Red+Green+Blue) = 190+198+1=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC601 is #4139FE. Grayscale: #ADADAD. Windows color (decimal): -4274687 or 116414. OLE color: 116414.

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

Color convert

RGB 190 198 1 -
CMYK 0.04 0 0.99 0.22
HSL 62.44º 0.99% 0.39% -
HSV(B) 62.44º 0.99% 0.78% -
XYZ 41.43 51.34 7.75 -
YUV 173.15 30.85 140.02 -
System Red Green Blue C M Y K H S L
Decimal 190 198 1 0.04 0 0.99 0.22 62.44 0.99 0.39
Hex BE C6 1 4 0 63 16 3E 63 27
Octal 276 306 1 4 0 143 26 76 143 47
Binary 10111110 11000110 1 100 0 1100011 10110 111110 1100011 100111

Color Harmonies of #BEC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC601

Black with #BEC601

Text Example


Text Example

White with #BEC601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC601; }

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

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

background-color css

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

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

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

border-color css

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

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

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