Html Css Color HEX #BEC114 La Rioja

📋 copy color: '#BEC114'

red 190 ◦ green 193 ◦ blue 20

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

Shades of La Rioja #BEC114

Tints of La Rioja #BEC114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 47.15%
G = 47.89%
B = 4.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#BEC114 (or 0xBEC114) is known color: La Rioja. HEX triplet: BE, C1 and 14. RGB value is (190,193,20). Sum of RGB (Red+Green+Blue) = 190+193+20=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC114 is #413EEB. Grayscale: #ADADAD. Windows color (decimal): -4275948 or 1360318. OLE color: 1360318.

HSL color Cylindrical-coordinate representation of color #BEC114: hue angle of 61.04º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEC114 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 20 -
CMYK 0.02 0 0.90 0.24
HSL 61.04º 0.81% 0.42% -
HSV(B) 61.04º 0.9% 0.76% -
XYZ 40.43 49.14 8.02 -
YUV 172.38 42.01 140.57 -
System Red Green Blue C M Y K H S L
Decimal 190 193 20 0.02 0 0.90 0.24 61.04 0.81 0.42
Hex BE C1 14 2 0 5A 18 3D 51 2A
Octal 276 301 24 2 0 132 30 75 121 52
Binary 10111110 11000001 10100 10 0 1011010 11000 111101 1010001 101010

Color Harmonies of #BEC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC114

Black with #BEC114

Text Example


Text Example

White with #BEC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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