Html Css Color HEX #BEC400 La Rioja

📋 copy color: '#BEC400'

red 190 ◦ green 196 ◦ blue 0

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

Shades of La Rioja #BEC400

Tints of La Rioja #BEC400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.22%
G = 50.78%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#BEC400 (or 0xBEC400) is known color: La Rioja. HEX triplet: BE, C4 and 00. RGB value is (190,196,0). Sum of RGB (Red+Green+Blue) = 190+196+0=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC400 is #413BFF. Grayscale: #ACACAC. Windows color (decimal): -4275200 or 50366. OLE color: 50366.

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

Color convert

RGB 190 196 0 -
CMYK 0.03 0 1 0.23
HSL 61.84º 1% 0.38% -
HSV(B) 61.84º 1% 0.77% -
XYZ 40.98 50.43 7.57 -
YUV 171.86 31.01 140.94 -
System Red Green Blue C M Y K H S L
Decimal 190 196 0 0.03 0 1 0.23 61.84 1 0.38
Hex BE C4 0 3 0 64 17 3E 64 26
Octal 276 304 0 3 0 144 27 76 144 46
Binary 10111110 11000100 0 11 0 1100100 10111 111110 1100100 100110

Color Harmonies of #BEC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC400

Black with #BEC400

Text Example


Text Example

White with #BEC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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