Html Css Color HEX #BEC314 La Rioja

📋 copy color: '#BEC314'

red 190 ◦ green 195 ◦ blue 20

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

Shades of La Rioja #BEC314

Tints of La Rioja #BEC314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 46.91%
G = 48.15%
B = 4.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#BEC314 (or 0xBEC314) is known color: La Rioja. HEX triplet: BE, C3 and 14. RGB value is (190,195,20). Sum of RGB (Red+Green+Blue) = 190+195+20=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC314 is #413CEB. Grayscale: #AEAEAE. Windows color (decimal): -4275436 or 1360830. OLE color: 1360830.

HSL color Cylindrical-coordinate representation of color #BEC314: hue angle of 61.71º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEC314 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 20 -
CMYK 0.03 0 0.90 0.24
HSL 61.71º 0.81% 0.42% -
HSV(B) 61.71º 0.9% 0.76% -
XYZ 40.88 50.03 8.16 -
YUV 173.56 41.34 139.73 -
System Red Green Blue C M Y K H S L
Decimal 190 195 20 0.03 0 0.90 0.24 61.71 0.81 0.42
Hex BE C3 14 3 0 5A 18 3E 51 2A
Octal 276 303 24 3 0 132 30 76 121 52
Binary 10111110 11000011 10100 11 0 1011010 11000 111110 1010001 101010

Color Harmonies of #BEC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC314

Black with #BEC314

Text Example


Text Example

White with #BEC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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