Html Css Color HEX #BEC210 La Rioja

📋 copy color: '#BEC210'

red 190 ◦ green 194 ◦ blue 16

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

Shades of La Rioja #BEC210

Tints of La Rioja #BEC210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.5%

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

R = 47.5%
G = 48.5%
B = 4%

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

#BEC210 (or 0xBEC210) is known color: La Rioja. HEX triplet: BE, C2 and 10. RGB value is (190,194,16). Sum of RGB (Red+Green+Blue) = 190+194+16=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC210 is #413DEF. Grayscale: #ADADAD. Windows color (decimal): -4275696 or 1098430. OLE color: 1098430.

HSL color Cylindrical-coordinate representation of color #BEC210: hue angle of 61.35º 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 #BEC210 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 16 -
CMYK 0.02 0 0.92 0.24
HSL 61.35º 0.85% 0.41% -
HSV(B) 61.35º 0.92% 0.76% -
XYZ 40.62 49.57 7.92 -
YUV 172.51 39.67 140.47 -
System Red Green Blue C M Y K H S L
Decimal 190 194 16 0.02 0 0.92 0.24 61.35 0.85 0.41
Hex BE C2 10 2 0 5C 18 3D 55 29
Octal 276 302 20 2 0 134 30 75 125 51
Binary 10111110 11000010 10000 10 0 1011100 11000 111101 1010101 101001

Color Harmonies of #BEC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC210

Black with #BEC210

Text Example


Text Example

White with #BEC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC210; }

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

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

background-color css

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

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

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

border-color css

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

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

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