Html Css Color HEX #BEC413 La Rioja

📋 copy color: '#BEC413'

red 190 ◦ green 196 ◦ blue 19

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

Shades of La Rioja #BEC413

Tints of La Rioja #BEC413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 46.91%
G = 48.4%
B = 4.69%

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

#BEC413 (or 0xBEC413) is known color: La Rioja. HEX triplet: BE, C4 and 13. RGB value is (190,196,19). Sum of RGB (Red+Green+Blue) = 190+196+19=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC413 is #413BEC. Grayscale: #AEAEAE. Windows color (decimal): -4275181 or 1295550. OLE color: 1295550.

HSL color Cylindrical-coordinate representation of color #BEC413: hue angle of 62.03º degrees, saturation: 0.82, 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 #BEC413 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 19 -
CMYK 0.03 0 0.90 0.23
HSL 62.03º 0.82% 0.42% -
HSV(B) 62.03º 0.9% 0.77% -
XYZ 41.09 50.47 8.19 -
YUV 174.03 40.51 139.39 -
System Red Green Blue C M Y K H S L
Decimal 190 196 19 0.03 0 0.90 0.23 62.03 0.82 0.42
Hex BE C4 13 3 0 5A 17 3E 52 2A
Octal 276 304 23 3 0 132 27 76 122 52
Binary 10111110 11000100 10011 11 0 1011010 10111 111110 1010010 101010

Color Harmonies of #BEC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC413

Black with #BEC413

Text Example


Text Example

White with #BEC413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC413; }

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

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

background-color css

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

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

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

border-color css

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

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

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