Html Css Color HEX #BAB400 La Rioja

📋 copy color: '#BAB400'

red 186 ◦ green 180 ◦ blue 0

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

Shades of La Rioja #BAB400

Tints of La Rioja #BAB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.18%

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

R = 50.82%
G = 49.18%
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

#BAB400 (or 0xBAB400) is known color: La Rioja. HEX triplet: BA, B4 and 00. RGB value is (186,180,0). Sum of RGB (Red+Green+Blue) = 186+180+0=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB400 is #454BFF. Grayscale: #A2A2A2. Windows color (decimal): -4541440 or 46266. OLE color: 46266.

HSL color Cylindrical-coordinate representation of color #BAB400: hue angle of 58.06º 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 #BAB400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 0 -
CMYK 0 0.03 1 0.27
HSL 58.06º 1% 0.36% -
HSV(B) 58.06º 1% 0.73% -
XYZ 36.57 43.08 6.39 -
YUV 161.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 186 180 0 0 0.03 1 0.27 58.06 1 0.36
Hex BA B4 0 0 3 64 1B 3A 64 24
Octal 272 264 0 0 3 144 33 72 144 44
Binary 10111010 10110100 0 0 11 1100100 11011 111010 1100100 100100

Color Harmonies of #BAB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB400

Black with #BAB400

Text Example


Text Example

White with #BAB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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