Html Css Color HEX #BEC300 La Rioja

📋 copy color: '#BEC300'

red 190 ◦ green 195 ◦ blue 0

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

Shades of La Rioja #BEC300

Tints of La Rioja #BEC300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.65%

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

R = 49.35%
G = 50.65%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#BEC300 (or 0xBEC300) is known color: La Rioja. HEX triplet: BE, C3 and 00. RGB value is (190,195,0). Sum of RGB (Red+Green+Blue) = 190+195+0=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC300 is #413CFF. Grayscale: #ACACAC. Windows color (decimal): -4275456 or 50110. OLE color: 50110.

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

Color convert

RGB 190 195 0 -
CMYK 0.03 0 1 0.24
HSL 61.54º 1% 0.38% -
HSV(B) 61.54º 1% 0.76% -
XYZ 40.75 49.98 7.5 -
YUV 171.28 31.34 141.36 -
System Red Green Blue C M Y K H S L
Decimal 190 195 0 0.03 0 1 0.24 61.54 1 0.38
Hex BE C3 0 3 0 64 18 3E 64 26
Octal 276 303 0 3 0 144 30 76 144 46
Binary 10111110 11000011 0 11 0 1100100 11000 111110 1100100 100110

Color Harmonies of #BEC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC300

Black with #BEC300

Text Example


Text Example

White with #BEC300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC300; }

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

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

background-color css

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

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

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

border-color css

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

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

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