Html Css Color HEX #BEC001 La Rioja

📋 copy color: '#BEC001'

red 190 ◦ green 192 ◦ blue 1

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

Shades of La Rioja #BEC001

Tints of La Rioja #BEC001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

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

R = 49.61%
G = 50.13%
B = 0.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BEC001 (or 0xBEC001) is known color: La Rioja. HEX triplet: BE, C0 and 01. RGB value is (190,192,1). Sum of RGB (Red+Green+Blue) = 190+192+1=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC001 is #413FFE. Grayscale: #AAAAAA. Windows color (decimal): -4276223 or 114878. OLE color: 114878.

HSL color Cylindrical-coordinate representation of color #BEC001: hue angle of 60.63º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEC001 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 1 -
CMYK 0.01 0 0.99 0.25
HSL 60.63º 0.99% 0.38% -
HSV(B) 60.63º 0.99% 0.75% -
XYZ 40.09 48.65 7.31 -
YUV 169.63 32.84 142.53 -
System Red Green Blue C M Y K H S L
Decimal 190 192 1 0.01 0 0.99 0.25 60.63 0.99 0.38
Hex BE C0 1 1 0 63 19 3D 63 26
Octal 276 300 1 1 0 143 31 75 143 46
Binary 10111110 11000000 1 1 0 1100011 11001 111101 1100011 100110

Color Harmonies of #BEC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC001

Black with #BEC001

Text Example


Text Example

White with #BEC001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC001; }

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

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

background-color css

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

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

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

border-color css

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

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

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