Html Css Color HEX #BEC411 La Rioja

📋 copy color: '#BEC411'

red 190 ◦ green 196 ◦ blue 17

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

Shades of La Rioja #BEC411

Tints of La Rioja #BEC411

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.64%

 BLUE value IS 17 (7.03% from 255) = 4.22%

R = 47.15%
G = 48.64%
B = 4.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#BEC411 (or 0xBEC411) is known color: La Rioja. HEX triplet: BE, C4 and 11. RGB value is (190,196,17). Sum of RGB (Red+Green+Blue) = 190+196+17=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC411 is #413BEE. Grayscale: #AEAEAE. Windows color (decimal): -4275183 or 1164478. OLE color: 1164478.

HSL color Cylindrical-coordinate representation of color #BEC411: hue angle of 62.01º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEC411 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 17 -
CMYK 0.03 0 0.91 0.23
HSL 62.01º 0.84% 0.42% -
HSV(B) 62.01º 0.91% 0.77% -
XYZ 41.08 50.47 8.11 -
YUV 173.8 39.51 139.55 -
System Red Green Blue C M Y K H S L
Decimal 190 196 17 0.03 0 0.91 0.23 62.01 0.84 0.42
Hex BE C4 11 3 0 5B 17 3E 54 2A
Octal 276 304 21 3 0 133 27 76 124 52
Binary 10111110 11000100 10001 11 0 1011011 10111 111110 1010100 101010

Color Harmonies of #BEC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC411

Black with #BEC411

Text Example


Text Example

White with #BEC411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC411; }

 p { color: rgb(190,196,17); }

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

background-color css

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

 a { background-color: rgb(190,196,17); }

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

border-color css

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

 span { border-color: rgb(190,196,17); }

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