Html Css Color HEX #BEC110 La Rioja

📋 copy color: '#BEC110'

red 190 ◦ green 193 ◦ blue 16

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

Shades of La Rioja #BEC110

Tints of La Rioja #BEC110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.01%

R = 47.62%
G = 48.37%
B = 4.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#BEC110 (or 0xBEC110) is known color: La Rioja. HEX triplet: BE, C1 and 10. RGB value is (190,193,16). Sum of RGB (Red+Green+Blue) = 190+193+16=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC110 is #413EEF. Grayscale: #ACACAC. Windows color (decimal): -4275952 or 1098174. OLE color: 1098174.

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

Color convert

RGB 190 193 16 -
CMYK 0.02 0 0.92 0.24
HSL 61.02º 0.85% 0.41% -
HSV(B) 61.02º 0.92% 0.76% -
XYZ 40.4 49.12 7.84 -
YUV 171.93 40.01 140.89 -
System Red Green Blue C M Y K H S L
Decimal 190 193 16 0.02 0 0.92 0.24 61.02 0.85 0.41
Hex BE C1 10 2 0 5C 18 3D 55 29
Octal 276 301 20 2 0 134 30 75 125 51
Binary 10111110 11000001 10000 10 0 1011100 11000 111101 1010101 101001

Color Harmonies of #BEC110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC110

Black with #BEC110

Text Example


Text Example

White with #BEC110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC110; }

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

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

background-color css

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

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

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

border-color css

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

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

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