Html Css Color HEX #BAB40A La Rioja

📋 copy color: '#BAB40A'

red 186 ◦ green 180 ◦ blue 10

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

Shades of La Rioja #BAB40A

Tints of La Rioja #BAB40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.66%

R = 49.47%
G = 47.87%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAB40A (or 0xBAB40A) is known color: La Rioja. HEX triplet: BA, B4 and 0A. RGB value is (186,180,10). Sum of RGB (Red+Green+Blue) = 186+180+10=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB40A is #454BF5. Grayscale: #A3A3A3. Windows color (decimal): -4541430 or 701626. OLE color: 701626.

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

Color convert

RGB 186 180 10 -
CMYK 0 0.03 0.95 0.27
HSL 57.95º 0.9% 0.38% -
HSV(B) 57.95º 0.95% 0.73% -
XYZ 36.63 43.1 6.68 -
YUV 162.41 41.99 144.82 -
System Red Green Blue C M Y K H S L
Decimal 186 180 10 0 0.03 0.95 0.27 57.95 0.9 0.38
Hex BA B4 A 0 3 5F 1B 3A 5A 26
Octal 272 264 12 0 3 137 33 72 132 46
Binary 10111010 10110100 1010 0 11 1011111 11011 111010 1011010 100110

Color Harmonies of #BAB40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB40A

Black with #BAB40A

Text Example


Text Example

White with #BAB40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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