Html Css Color HEX #BEC111 La Rioja

📋 copy color: '#BEC111'

red 190 ◦ green 193 ◦ blue 17

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

Shades of La Rioja #BEC111

Tints of La Rioja #BEC111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.25%

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

R = 47.5%
G = 48.25%
B = 4.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#BEC111 (or 0xBEC111) is known color: La Rioja. HEX triplet: BE, C1 and 11. RGB value is (190,193,17). Sum of RGB (Red+Green+Blue) = 190+193+17=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC111 is #413EEE. Grayscale: #ACACAC. Windows color (decimal): -4275951 or 1163710. OLE color: 1163710.

HSL color Cylindrical-coordinate representation of color #BEC111: hue angle of 61.02º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEC111 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 17 -
CMYK 0.02 0 0.91 0.24
HSL 61.02º 0.84% 0.41% -
HSV(B) 61.02º 0.91% 0.76% -
XYZ 40.41 49.13 7.88 -
YUV 172.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 190 193 17 0.02 0 0.91 0.24 61.02 0.84 0.41
Hex BE C1 11 2 0 5B 18 3D 54 29
Octal 276 301 21 2 0 133 30 75 124 51
Binary 10111110 11000001 10001 10 0 1011011 11000 111101 1010100 101001

Color Harmonies of #BEC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC111

Black with #BEC111

Text Example


Text Example

White with #BEC111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC111; }

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

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

background-color css

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

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

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

border-color css

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

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

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