Html Css Color HEX #BEC414 La Rioja

📋 copy color: '#BEC414'

red 190 ◦ green 196 ◦ blue 20

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

Shades of La Rioja #BEC414

Tints of La Rioja #BEC414

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.28%

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

R = 46.8%
G = 48.28%
B = 4.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#BEC414 (or 0xBEC414) is known color: La Rioja. HEX triplet: BE, C4 and 14. RGB value is (190,196,20). Sum of RGB (Red+Green+Blue) = 190+196+20=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC414 is #413BEB. Grayscale: #AEAEAE. Windows color (decimal): -4275180 or 1361086. OLE color: 1361086.

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

Color convert

RGB 190 196 20 -
CMYK 0.03 0 0.90 0.23
HSL 62.05º 0.81% 0.42% -
HSV(B) 62.05º 0.9% 0.77% -
XYZ 41.1 50.48 8.24 -
YUV 174.14 41.01 139.31 -
System Red Green Blue C M Y K H S L
Decimal 190 196 20 0.03 0 0.90 0.23 62.05 0.81 0.42
Hex BE C4 14 3 0 5A 17 3E 51 2A
Octal 276 304 24 3 0 132 27 76 121 52
Binary 10111110 11000100 10100 11 0 1011010 10111 111110 1010001 101010

Color Harmonies of #BEC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC414

Black with #BEC414

Text Example


Text Example

White with #BEC414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC414; }

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

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

background-color css

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

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

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

border-color css

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

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

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