Html Css Color HEX #BAB61A La Rioja

📋 copy color: '#BAB61A'

red 186 ◦ green 182 ◦ blue 26

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

Shades of La Rioja #BAB61A

Tints of La Rioja #BAB61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.19%

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

R = 47.21%
G = 46.19%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BAB61A (or 0xBAB61A) is known color: La Rioja. HEX triplet: BA, B6 and 1A. RGB value is (186,182,26). Sum of RGB (Red+Green+Blue) = 186+182+26=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB61A is #4549E5. Grayscale: #A6A6A6. Windows color (decimal): -4540902 or 1750714. OLE color: 1750714.

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

Color convert

RGB 186 182 26 -
CMYK 0 0.02 0.86 0.27
HSL 58.5º 0.75% 0.42% -
HSV(B) 58.5º 0.86% 0.73% -
XYZ 37.16 43.97 7.51 -
YUV 165.41 49.33 142.68 -
System Red Green Blue C M Y K H S L
Decimal 186 182 26 0 0.02 0.86 0.27 58.5 0.75 0.42
Hex BA B6 1A 0 2 56 1B 3A 4B 2A
Octal 272 266 32 0 2 126 33 72 113 52
Binary 10111010 10110110 11010 0 10 1010110 11011 111010 1001011 101010

Color Harmonies of #BAB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB61A

Black with #BAB61A

Text Example


Text Example

White with #BAB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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