Html Css Color HEX #BEC511 La Rioja

📋 copy color: '#BEC511'

red 190 ◦ green 197 ◦ blue 17

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

Shades of La Rioja #BEC511

Tints of La Rioja #BEC511

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.76%

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

R = 47.03%
G = 48.76%
B = 4.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#BEC511 (or 0xBEC511) is known color: La Rioja. HEX triplet: BE, C5 and 11. RGB value is (190,197,17). Sum of RGB (Red+Green+Blue) = 190+197+17=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC511 is #413AEE. Grayscale: #AFAFAF. Windows color (decimal): -4274927 or 1164734. OLE color: 1164734.

HSL color Cylindrical-coordinate representation of color #BEC511: hue angle of 62.33º 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 #BEC511 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 17 -
CMYK 0.04 0 0.91 0.23
HSL 62.33º 0.84% 0.42% -
HSV(B) 62.33º 0.91% 0.77% -
XYZ 41.3 50.92 8.18 -
YUV 174.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 190 197 17 0.04 0 0.91 0.23 62.33 0.84 0.42
Hex BE C5 11 4 0 5B 17 3E 54 2A
Octal 276 305 21 4 0 133 27 76 124 52
Binary 10111110 11000101 10001 100 0 1011011 10111 111110 1010100 101010

Color Harmonies of #BEC511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC511

Black with #BEC511

Text Example


Text Example

White with #BEC511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC511; }

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

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

background-color css

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

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

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

border-color css

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

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

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