Html Css Color HEX #BEC613 La Rioja

📋 copy color: '#BEC613'

red 190 ◦ green 198 ◦ blue 19

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

Shades of La Rioja #BEC613

Tints of La Rioja #BEC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.65%

 BLUE value IS 19 (7.81% from 255) = 4.67%

R = 46.68%
G = 48.65%
B = 4.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#BEC613 (or 0xBEC613) is known color: La Rioja. HEX triplet: BE, C6 and 13. RGB value is (190,198,19). Sum of RGB (Red+Green+Blue) = 190+198+19=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC613 is #4139EC. Grayscale: #AFAFAF. Windows color (decimal): -4274669 or 1296062. OLE color: 1296062.

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

Color convert

RGB 190 198 19 -
CMYK 0.04 0 0.90 0.22
HSL 62.68º 0.82% 0.43% -
HSV(B) 62.68º 0.9% 0.78% -
XYZ 41.55 51.38 8.34 -
YUV 175.2 39.85 138.55 -
System Red Green Blue C M Y K H S L
Decimal 190 198 19 0.04 0 0.90 0.22 62.68 0.82 0.43
Hex BE C6 13 4 0 5A 16 3F 52 2B
Octal 276 306 23 4 0 132 26 77 122 53
Binary 10111110 11000110 10011 100 0 1011010 10110 111111 1010010 101011

Color Harmonies of #BEC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC613

Black with #BEC613

Text Example


Text Example

White with #BEC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC613; }

 p { color: rgb(190,198,19); }

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

background-color css

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

 a { background-color: rgb(190,198,19); }

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

border-color css

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

 span { border-color: rgb(190,198,19); }

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