Html Css Color HEX #BEC508 La Rioja

📋 copy color: '#BEC508'

red 190 ◦ green 197 ◦ blue 8

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

Shades of La Rioja #BEC508

Tints of La Rioja #BEC508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.03%

R = 48.1%
G = 49.87%
B = 2.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#BEC508 (or 0xBEC508) is known color: La Rioja. HEX triplet: BE, C5 and 08. RGB value is (190,197,8). Sum of RGB (Red+Green+Blue) = 190+197+8=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC508 is #413AF7. Grayscale: #AEAEAE. Windows color (decimal): -4274936 or 574910. OLE color: 574910.

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

Color convert

RGB 190 197 8 -
CMYK 0.04 0 0.96 0.23
HSL 62.22º 0.92% 0.4% -
HSV(B) 62.22º 0.96% 0.77% -
XYZ 41.25 50.9 7.88 -
YUV 173.36 34.68 139.87 -
System Red Green Blue C M Y K H S L
Decimal 190 197 8 0.04 0 0.96 0.23 62.22 0.92 0.4
Hex BE C5 8 4 0 60 17 3E 5C 28
Octal 276 305 10 4 0 140 27 76 134 50
Binary 10111110 11000101 1000 100 0 1100000 10111 111110 1011100 101000

Color Harmonies of #BEC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC508

Black with #BEC508

Text Example


Text Example

White with #BEC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC508; }

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

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

background-color css

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

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

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

border-color css

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

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

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