Html Css Color HEX #BEC310 La Rioja

📋 copy color: '#BEC310'

red 190 ◦ green 195 ◦ blue 16

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

Shades of La Rioja #BEC310

Tints of La Rioja #BEC310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.63%

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

R = 47.38%
G = 48.63%
B = 3.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#BEC310 (or 0xBEC310) is known color: La Rioja. HEX triplet: BE, C3 and 10. RGB value is (190,195,16). Sum of RGB (Red+Green+Blue) = 190+195+16=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC310 is #413CEF. Grayscale: #ADADAD. Windows color (decimal): -4275440 or 1098686. OLE color: 1098686.

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

Color convert

RGB 190 195 16 -
CMYK 0.03 0 0.92 0.24
HSL 61.68º 0.85% 0.41% -
HSV(B) 61.68º 0.92% 0.76% -
XYZ 40.84 50.01 7.99 -
YUV 173.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 190 195 16 0.03 0 0.92 0.24 61.68 0.85 0.41
Hex BE C3 10 3 0 5C 18 3E 55 29
Octal 276 303 20 3 0 134 30 76 125 51
Binary 10111110 11000011 10000 11 0 1011100 11000 111110 1010101 101001

Color Harmonies of #BEC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC310

Black with #BEC310

Text Example


Text Example

White with #BEC310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC310; }

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

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

background-color css

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

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

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

border-color css

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

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

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