Html Css Color HEX #BAB40E La Rioja

📋 copy color: '#BAB40E'

red 186 ◦ green 180 ◦ blue 14

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

Shades of La Rioja #BAB40E

Tints of La Rioja #BAB40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 48.95%
G = 47.37%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BAB40E (or 0xBAB40E) is known color: La Rioja. HEX triplet: BA, B4 and 0E. RGB value is (186,180,14). Sum of RGB (Red+Green+Blue) = 186+180+14=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB40E is #454BF1. Grayscale: #A3A3A3. Windows color (decimal): -4541426 or 963770. OLE color: 963770.

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

Color convert

RGB 186 180 14 -
CMYK 0 0.03 0.92 0.27
HSL 57.91º 0.86% 0.39% -
HSV(B) 57.91º 0.92% 0.73% -
XYZ 36.65 43.11 6.81 -
YUV 162.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 186 180 14 0 0.03 0.92 0.27 57.91 0.86 0.39
Hex BA B4 E 0 3 5C 1B 3A 56 27
Octal 272 264 16 0 3 134 33 72 126 47
Binary 10111010 10110100 1110 0 11 1011100 11011 111010 1010110 100111

Color Harmonies of #BAB40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB40E

Black with #BAB40E

Text Example


Text Example

White with #BAB40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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