Html Css Color HEX #BEBA00 La Rioja

📋 copy color: '#BEBA00'

red 190 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #BEBA00

Tints of La Rioja #BEBA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.47%

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

R = 50.53%
G = 49.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BEBA00 (or 0xBEBA00) is known color: La Rioja. HEX triplet: BE, BA and 00. RGB value is (190,186,0). Sum of RGB (Red+Green+Blue) = 190+186+0=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA00 is #4145FF. Grayscale: #A6A6A6. Windows color (decimal): -4277760 or 47806. OLE color: 47806.

HSL color Cylindrical-coordinate representation of color #BEBA00: hue angle of 58.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEBA00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 0 -
CMYK 0 0.02 1 0.25
HSL 58.74º 1% 0.37% -
HSV(B) 58.74º 1% 0.75% -
XYZ 38.79 46.06 6.85 -
YUV 165.99 34.33 145.12 -
System Red Green Blue C M Y K H S L
Decimal 190 186 0 0 0.02 1 0.25 58.74 1 0.37
Hex BE BA 0 0 2 64 19 3B 64 25
Octal 276 272 0 0 2 144 31 73 144 45
Binary 10111110 10111010 0 0 10 1100100 11001 111011 1100100 100101

Color Harmonies of #BEBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA00

Black with #BEBA00

Text Example


Text Example

White with #BEBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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