Html Css Color HEX #BEC40A La Rioja

📋 copy color: '#BEC40A'

red 190 ◦ green 196 ◦ blue 10

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

Shades of La Rioja #BEC40A

Tints of La Rioja #BEC40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 47.98%
G = 49.49%
B = 2.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#BEC40A (or 0xBEC40A) is known color: La Rioja. HEX triplet: BE, C4 and 0A. RGB value is (190,196,10). Sum of RGB (Red+Green+Blue) = 190+196+10=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC40A is #413BF5. Grayscale: #ADADAD. Windows color (decimal): -4275190 or 705726. OLE color: 705726.

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

Color convert

RGB 190 196 10 -
CMYK 0.03 0 0.95 0.23
HSL 61.94º 0.9% 0.4% -
HSV(B) 61.94º 0.95% 0.77% -
XYZ 41.03 50.45 7.86 -
YUV 173 36.01 140.12 -
System Red Green Blue C M Y K H S L
Decimal 190 196 10 0.03 0 0.95 0.23 61.94 0.9 0.4
Hex BE C4 A 3 0 5F 17 3E 5A 28
Octal 276 304 12 3 0 137 27 76 132 50
Binary 10111110 11000100 1010 11 0 1011111 10111 111110 1011010 101000

Color Harmonies of #BEC40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC40A

Black with #BEC40A

Text Example


Text Example

White with #BEC40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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