Html Css Color HEX #BEC900 La Rioja

📋 copy color: '#BEC900'

red 190 ◦ green 201 ◦ blue 0

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

Shades of La Rioja #BEC900

Tints of La Rioja #BEC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.41%

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

R = 48.59%
G = 51.41%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#BEC900 (or 0xBEC900) is known color: La Rioja. HEX triplet: BE, C9 and 00. RGB value is (190,201,0). Sum of RGB (Red+Green+Blue) = 190+201+0=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC900 is #4136FF. Grayscale: #AFAFAF. Windows color (decimal): -4273920 or 51646. OLE color: 51646.

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

Color convert

RGB 190 201 0 -
CMYK 0.05 0 1 0.21
HSL 63.28º 1% 0.39% -
HSV(B) 63.28º 1% 0.79% -
XYZ 42.12 52.72 7.96 -
YUV 174.8 29.36 138.84 -
System Red Green Blue C M Y K H S L
Decimal 190 201 0 0.05 0 1 0.21 63.28 1 0.39
Hex BE C9 0 5 0 64 15 3F 64 27
Octal 276 311 0 5 0 144 25 77 144 47
Binary 10111110 11001001 0 101 0 1100100 10101 111111 1100100 100111

Color Harmonies of #BEC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC900

Black with #BEC900

Text Example


Text Example

White with #BEC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC900; }

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

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

background-color css

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

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

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

border-color css

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

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

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