Html Css Color HEX #BEC506 La Rioja

📋 copy color: '#BEC506'

red 190 ◦ green 197 ◦ blue 6

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

Shades of La Rioja #BEC506

Tints of La Rioja #BEC506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 48.35%
G = 50.13%
B = 1.53%

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

#BEC506 (or 0xBEC506) is known color: La Rioja. HEX triplet: BE, C5 and 06. RGB value is (190,197,6). Sum of RGB (Red+Green+Blue) = 190+197+6=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC506 is #413AF9. Grayscale: #ADADAD. Windows color (decimal): -4274938 or 443838. OLE color: 443838.

HSL color Cylindrical-coordinate representation of color #BEC506: hue angle of 62.2º degrees, saturation: 0.94, 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 #BEC506 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 6 -
CMYK 0.04 0 0.97 0.23
HSL 62.2º 0.94% 0.4% -
HSV(B) 62.2º 0.97% 0.77% -
XYZ 41.23 50.89 7.82 -
YUV 173.13 33.68 140.03 -
System Red Green Blue C M Y K H S L
Decimal 190 197 6 0.04 0 0.97 0.23 62.2 0.94 0.4
Hex BE C5 6 4 0 61 17 3E 5E 28
Octal 276 305 6 4 0 141 27 76 136 50
Binary 10111110 11000101 110 100 0 1100001 10111 111110 1011110 101000

Color Harmonies of #BEC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC506

Black with #BEC506

Text Example


Text Example

White with #BEC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC506; }

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

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

background-color css

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

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

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

border-color css

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

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

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