Html Css Color HEX #BEC514 La Rioja

📋 copy color: '#BEC514'

red 190 ◦ green 197 ◦ blue 20

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

Shades of La Rioja #BEC514

Tints of La Rioja #BEC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.4%

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

R = 46.68%
G = 48.4%
B = 4.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#BEC514 (or 0xBEC514) is known color: La Rioja. HEX triplet: BE, C5 and 14. RGB value is (190,197,20). Sum of RGB (Red+Green+Blue) = 190+197+20=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC514 is #413AEB. Grayscale: #AFAFAF. Windows color (decimal): -4274924 or 1361342. OLE color: 1361342.

HSL color Cylindrical-coordinate representation of color #BEC514: hue angle of 62.37º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEC514 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 20 -
CMYK 0.04 0 0.90 0.23
HSL 62.37º 0.82% 0.43% -
HSV(B) 62.37º 0.9% 0.77% -
XYZ 41.33 50.93 8.31 -
YUV 174.73 40.68 138.89 -
System Red Green Blue C M Y K H S L
Decimal 190 197 20 0.04 0 0.90 0.23 62.37 0.82 0.43
Hex BE C5 14 4 0 5A 17 3E 52 2B
Octal 276 305 24 4 0 132 27 76 122 53
Binary 10111110 11000101 10100 100 0 1011010 10111 111110 1010010 101011

Color Harmonies of #BEC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC514

Black with #BEC514

Text Example


Text Example

White with #BEC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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