Html Css Color HEX #BAB30A La Rioja

📋 copy color: '#BAB30A'

red 186 ◦ green 179 ◦ blue 10

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

Shades of La Rioja #BAB30A

Tints of La Rioja #BAB30A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.73%

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

R = 49.6%
G = 47.73%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAB30A (or 0xBAB30A) is known color: La Rioja. HEX triplet: BA, B3 and 0A. RGB value is (186,179,10). Sum of RGB (Red+Green+Blue) = 186+179+10=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB30A is #454CF5. Grayscale: #A2A2A2. Windows color (decimal): -4541686 or 701370. OLE color: 701370.

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

Color convert

RGB 186 179 10 -
CMYK 0 0.04 0.95 0.27
HSL 57.61º 0.9% 0.38% -
HSV(B) 57.61º 0.95% 0.73% -
XYZ 36.42 42.7 6.61 -
YUV 161.83 42.32 145.24 -
System Red Green Blue C M Y K H S L
Decimal 186 179 10 0 0.04 0.95 0.27 57.61 0.9 0.38
Hex BA B3 A 0 4 5F 1B 3A 5A 26
Octal 272 263 12 0 4 137 33 72 132 46
Binary 10111010 10110011 1010 0 100 1011111 11011 111010 1011010 100110

Color Harmonies of #BAB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB30A

Black with #BAB30A

Text Example


Text Example

White with #BAB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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