Html Css Color HEX #BEC801 La Rioja

📋 copy color: '#BEC801'

red 190 ◦ green 200 ◦ blue 1

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

Shades of La Rioja #BEC801

Tints of La Rioja #BEC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.15%

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

R = 48.59%
G = 51.15%
B = 0.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#BEC801 (or 0xBEC801) is known color: La Rioja. HEX triplet: BE, C8 and 01. RGB value is (190,200,1). Sum of RGB (Red+Green+Blue) = 190+200+1=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC801 is #4137FE. Grayscale: #AFAFAF. Windows color (decimal): -4274175 or 116926. OLE color: 116926.

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

Color convert

RGB 190 200 1 -
CMYK 0.05 0 1.00 0.22
HSL 63.02º 0.99% 0.39% -
HSV(B) 63.02º 1% 0.78% -
XYZ 41.89 52.26 7.91 -
YUV 174.32 30.19 139.18 -
System Red Green Blue C M Y K H S L
Decimal 190 200 1 0.05 0 1.00 0.22 63.02 0.99 0.39
Hex BE C8 1 5 0 64 16 3F 63 27
Octal 276 310 1 5 0 144 26 77 143 47
Binary 10111110 11001000 1 101 0 1100100 10110 111111 1100011 100111

Color Harmonies of #BEC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC801

Black with #BEC801

Text Example


Text Example

White with #BEC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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