Html Css Color HEX #BEC415 La Rioja

📋 copy color: '#BEC415'

red 190 ◦ green 196 ◦ blue 21

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

Shades of La Rioja #BEC415

Tints of La Rioja #BEC415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.16%

R = 46.68%
G = 48.16%
B = 5.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#BEC415 (or 0xBEC415) is known color: La Rioja. HEX triplet: BE, C4 and 15. RGB value is (190,196,21). Sum of RGB (Red+Green+Blue) = 190+196+21=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC415 is #413BEA. Grayscale: #AEAEAE. Windows color (decimal): -4275179 or 1426622. OLE color: 1426622.

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

Color convert

RGB 190 196 21 -
CMYK 0.03 0 0.89 0.23
HSL 62.06º 0.81% 0.43% -
HSV(B) 62.06º 0.89% 0.77% -
XYZ 41.11 50.48 8.29 -
YUV 174.26 41.51 139.23 -
System Red Green Blue C M Y K H S L
Decimal 190 196 21 0.03 0 0.89 0.23 62.06 0.81 0.43
Hex BE C4 15 3 0 59 17 3E 51 2B
Octal 276 304 25 3 0 131 27 76 121 53
Binary 10111110 11000100 10101 11 0 1011001 10111 111110 1010001 101011

Color Harmonies of #BEC415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC415

Black with #BEC415

Text Example


Text Example

White with #BEC415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC415; }

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

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

background-color css

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

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

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

border-color css

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

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

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