Html Css Color HEX #BECC01 La Rioja

📋 copy color: '#BECC01'

red 190 ◦ green 204 ◦ blue 1

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

Shades of La Rioja #BECC01

Tints of La Rioja #BECC01

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.65%

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

R = 48.1%
G = 51.65%
B = 0.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#BECC01 (or 0xBECC01) is known color: La Rioja. HEX triplet: BE, CC and 01. RGB value is (190,204,1). Sum of RGB (Red+Green+Blue) = 190+204+1=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC01 is #4133FE. Grayscale: #B1B1B1. Windows color (decimal): -4273151 or 117950. OLE color: 117950.

HSL color Cylindrical-coordinate representation of color #BECC01: hue angle of 64.14º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BECC01 is Cyan = 0.07, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 1 -
CMYK 0.07 0 1.00 0.2
HSL 64.14º 0.99% 0.4% -
HSV(B) 64.14º 1% 0.8% -
XYZ 42.83 54.14 8.22 -
YUV 176.67 28.86 137.51 -
System Red Green Blue C M Y K H S L
Decimal 190 204 1 0.07 0 1.00 0.2 64.14 0.99 0.4
Hex BE CC 1 7 0 64 14 40 63 28
Octal 276 314 1 7 0 144 24 100 143 50
Binary 10111110 11001100 1 111 0 1100100 10100 1000000 1100011 101000

Color Harmonies of #BECC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC01

Black with #BECC01

Text Example


Text Example

White with #BECC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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