Html Css Color HEX #BEC810 La Rioja

📋 copy color: '#BEC810'

red 190 ◦ green 200 ◦ blue 16

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

Shades of La Rioja #BEC810

Tints of La Rioja #BEC810

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.26%

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

R = 46.8%
G = 49.26%
B = 3.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#BEC810 (or 0xBEC810) is known color: La Rioja. HEX triplet: BE, C8 and 10. RGB value is (190,200,16). Sum of RGB (Red+Green+Blue) = 190+200+16=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC810 is #4137EF. Grayscale: #B0B0B0. Windows color (decimal): -4274160 or 1099966. OLE color: 1099966.

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

Color convert

RGB 190 200 16 -
CMYK 0.05 0 0.92 0.22
HSL 63.26º 0.85% 0.42% -
HSV(B) 63.26º 0.92% 0.78% -
XYZ 41.98 52.29 8.37 -
YUV 176.03 37.69 137.96 -
System Red Green Blue C M Y K H S L
Decimal 190 200 16 0.05 0 0.92 0.22 63.26 0.85 0.42
Hex BE C8 10 5 0 5C 16 3F 55 2A
Octal 276 310 20 5 0 134 26 77 125 52
Binary 10111110 11001000 10000 101 0 1011100 10110 111111 1010101 101010

Color Harmonies of #BEC810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC810

Black with #BEC810

Text Example


Text Example

White with #BEC810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC810; }

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

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

background-color css

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

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

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

border-color css

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

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

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