Html Css Color HEX #BEC505 La Rioja

📋 copy color: '#BEC505'

red 190 ◦ green 197 ◦ blue 5

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

Shades of La Rioja #BEC505

Tints of La Rioja #BEC505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 48.47%
G = 50.26%
B = 1.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#BEC505 (or 0xBEC505) is known color: La Rioja. HEX triplet: BE, C5 and 05. RGB value is (190,197,5). Sum of RGB (Red+Green+Blue) = 190+197+5=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC505 is #413AFA. Grayscale: #ADADAD. Windows color (decimal): -4274939 or 378302. OLE color: 378302.

HSL color Cylindrical-coordinate representation of color #BEC505: hue angle of 62.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BEC505 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 5 -
CMYK 0.04 0 0.97 0.23
HSL 62.19º 0.95% 0.4% -
HSV(B) 62.19º 0.97% 0.77% -
XYZ 41.23 50.89 7.79 -
YUV 173.02 33.18 140.11 -
System Red Green Blue C M Y K H S L
Decimal 190 197 5 0.04 0 0.97 0.23 62.19 0.95 0.4
Hex BE C5 5 4 0 61 17 3E 5F 28
Octal 276 305 5 4 0 141 27 76 137 50
Binary 10111110 11000101 101 100 0 1100001 10111 111110 1011111 101000

Color Harmonies of #BEC505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC505

Black with #BEC505

Text Example


Text Example

White with #BEC505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC505; }

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

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

background-color css

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

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

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

border-color css

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

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

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