Html Css Color HEX #BEC60B La Rioja

📋 copy color: '#BEC60B'

red 190 ◦ green 198 ◦ blue 11

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

Shades of La Rioja #BEC60B

Tints of La Rioja #BEC60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 47.62%
G = 49.62%
B = 2.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#BEC60B (or 0xBEC60B) is known color: La Rioja. HEX triplet: BE, C6 and 0B. RGB value is (190,198,11). Sum of RGB (Red+Green+Blue) = 190+198+11=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC60B is #4139F4. Grayscale: #AFAFAF. Windows color (decimal): -4274677 or 771774. OLE color: 771774.

HSL color Cylindrical-coordinate representation of color #BEC60B: hue angle of 62.57º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC60B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 11 -
CMYK 0.04 0 0.94 0.22
HSL 62.57º 0.89% 0.41% -
HSV(B) 62.57º 0.94% 0.78% -
XYZ 41.49 51.36 8.04 -
YUV 174.29 35.85 139.21 -
System Red Green Blue C M Y K H S L
Decimal 190 198 11 0.04 0 0.94 0.22 62.57 0.89 0.41
Hex BE C6 B 4 0 5E 16 3F 59 29
Octal 276 306 13 4 0 136 26 77 131 51
Binary 10111110 11000110 1011 100 0 1011110 10110 111111 1011001 101001

Color Harmonies of #BEC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC60B

Black with #BEC60B

Text Example


Text Example

White with #BEC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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