Html Css Color HEX #BAB500 La Rioja

📋 copy color: '#BAB500'

red 186 ◦ green 181 ◦ blue 0

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

Shades of La Rioja #BAB500

Tints of La Rioja #BAB500

RGB

 RED value IS 186 (73.05% from 255) = 50.68%

 GREEN value IS 181 (71.09% from 255) = 49.32%

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

R = 50.68%
G = 49.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BAB500 (or 0xBAB500) is known color: La Rioja. HEX triplet: BA, B5 and 00. RGB value is (186,181,0). Sum of RGB (Red+Green+Blue) = 186+181+0=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB500 is #454AFF. Grayscale: #A2A2A2. Windows color (decimal): -4541184 or 46522. OLE color: 46522.

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

Color convert

RGB 186 181 0 -
CMYK 0 0.03 1 0.27
HSL 58.39º 1% 0.36% -
HSV(B) 58.39º 1% 0.73% -
XYZ 36.77 43.49 6.46 -
YUV 161.86 36.66 145.22 -
System Red Green Blue C M Y K H S L
Decimal 186 181 0 0 0.03 1 0.27 58.39 1 0.36
Hex BA B5 0 0 3 64 1B 3A 64 24
Octal 272 265 0 0 3 144 33 72 144 44
Binary 10111010 10110101 0 0 11 1100100 11011 111010 1100100 100100

Color Harmonies of #BAB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB500

Black with #BAB500

Text Example


Text Example

White with #BAB500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB500; }

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

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

background-color css

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

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

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

border-color css

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

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

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