Html Css Color HEX #BEC410 La Rioja

📋 copy color: '#BEC410'

red 190 ◦ green 196 ◦ blue 16

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

Shades of La Rioja #BEC410

Tints of La Rioja #BEC410

RGB

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

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

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

R = 47.26%
G = 48.76%
B = 3.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#BEC410 (or 0xBEC410) is known color: La Rioja. HEX triplet: BE, C4 and 10. RGB value is (190,196,16). Sum of RGB (Red+Green+Blue) = 190+196+16=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC410 is #413BEF. Grayscale: #AEAEAE. Windows color (decimal): -4275184 or 1098942. OLE color: 1098942.

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

Color convert

RGB 190 196 16 -
CMYK 0.03 0 0.92 0.23
HSL 62º 0.85% 0.42% -
HSV(B) 62º 0.92% 0.77% -
XYZ 41.07 50.46 8.07 -
YUV 173.69 39.01 139.64 -
System Red Green Blue C M Y K H S L
Decimal 190 196 16 0.03 0 0.92 0.23 62 0.85 0.42
Hex BE C4 10 3 0 5C 17 3E 55 2A
Octal 276 304 20 3 0 134 27 76 125 52
Binary 10111110 11000100 10000 11 0 1011100 10111 111110 1010101 101010

Color Harmonies of #BEC410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC410

Black with #BEC410

Text Example


Text Example

White with #BEC410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC410; }

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

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

background-color css

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

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

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

border-color css

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

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

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