Html Css Color HEX #BEC10B La Rioja

📋 copy color: '#BEC10B'

red 190 ◦ green 193 ◦ blue 11

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

Shades of La Rioja #BEC10B

Tints of La Rioja #BEC10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.98%

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

R = 48.22%
G = 48.98%
B = 2.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#BEC10B (or 0xBEC10B) is known color: La Rioja. HEX triplet: BE, C1 and 0B. RGB value is (190,193,11). Sum of RGB (Red+Green+Blue) = 190+193+11=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC10B is #413EF4. Grayscale: #ACACAC. Windows color (decimal): -4275957 or 770494. OLE color: 770494.

HSL color Cylindrical-coordinate representation of color #BEC10B: hue angle of 60.99º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEC10B is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 11 -
CMYK 0.02 0 0.94 0.24
HSL 60.99º 0.89% 0.4% -
HSV(B) 60.99º 0.94% 0.76% -
XYZ 40.37 49.11 7.67 -
YUV 171.36 37.51 141.3 -
System Red Green Blue C M Y K H S L
Decimal 190 193 11 0.02 0 0.94 0.24 60.99 0.89 0.4
Hex BE C1 B 2 0 5E 18 3D 59 28
Octal 276 301 13 2 0 136 30 75 131 50
Binary 10111110 11000001 1011 10 0 1011110 11000 111101 1011001 101000

Color Harmonies of #BEC10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC10B

Black with #BEC10B

Text Example


Text Example

White with #BEC10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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