Html Css Color HEX #BAB51A La Rioja

📋 copy color: '#BAB51A'

red 186 ◦ green 181 ◦ blue 26

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

Shades of La Rioja #BAB51A

Tints of La Rioja #BAB51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.62%

R = 47.33%
G = 46.06%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BAB51A (or 0xBAB51A) is known color: La Rioja. HEX triplet: BA, B5 and 1A. RGB value is (186,181,26). Sum of RGB (Red+Green+Blue) = 186+181+26=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB51A is #454AE5. Grayscale: #A5A5A5. Windows color (decimal): -4541158 or 1750458. OLE color: 1750458.

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

Color convert

RGB 186 181 26 -
CMYK 0 0.03 0.86 0.27
HSL 58.13º 0.75% 0.42% -
HSV(B) 58.13º 0.86% 0.73% -
XYZ 36.96 43.56 7.44 -
YUV 164.83 49.66 143.1 -
System Red Green Blue C M Y K H S L
Decimal 186 181 26 0 0.03 0.86 0.27 58.13 0.75 0.42
Hex BA B5 1A 0 3 56 1B 3A 4B 2A
Octal 272 265 32 0 3 126 33 72 113 52
Binary 10111010 10110101 11010 0 11 1010110 11011 111010 1001011 101010

Color Harmonies of #BAB51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB51A

Black with #BAB51A

Text Example


Text Example

White with #BAB51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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