Html Css Color HEX #BEC800 La Rioja

📋 copy color: '#BEC800'

red 190 ◦ green 200 ◦ blue 0

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

Shades of La Rioja #BEC800

Tints of La Rioja #BEC800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.28%

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

R = 48.72%
G = 51.28%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#BEC800 (or 0xBEC800) is known color: La Rioja. HEX triplet: BE, C8 and 00. RGB value is (190,200,0). Sum of RGB (Red+Green+Blue) = 190+200+0=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC800 is #4137FF. Grayscale: #AFAFAF. Windows color (decimal): -4274176 or 51390. OLE color: 51390.

HSL color Cylindrical-coordinate representation of color #BEC800: hue angle of 63º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEC800 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 0 -
CMYK 0.05 0 1 0.22
HSL 63º 1% 0.39% -
HSV(B) 63º 1% 0.78% -
XYZ 41.89 52.26 7.88 -
YUV 174.21 29.69 139.26 -
System Red Green Blue C M Y K H S L
Decimal 190 200 0 0.05 0 1 0.22 63 1 0.39
Hex BE C8 0 5 0 64 16 3F 64 27
Octal 276 310 0 5 0 144 26 77 144 47
Binary 10111110 11001000 0 101 0 1100100 10110 111111 1100100 100111

Color Harmonies of #BEC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC800

Black with #BEC800

Text Example


Text Example

White with #BEC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC800; }

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

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

background-color css

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

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

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

border-color css

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

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

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