Html Css Color HEX #BABA11 La Rioja

📋 copy color: '#BABA11'

red 186 ◦ green 186 ◦ blue 17

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

Shades of La Rioja #BABA11

Tints of La Rioja #BABA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.81%

 BLUE value IS 17 (7.03% from 255) = 4.37%

R = 47.81%
G = 47.81%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BABA11 (or 0xBABA11) is known color: La Rioja. HEX triplet: BA, BA and 11. RGB value is (186,186,17). Sum of RGB (Red+Green+Blue) = 186+186+17=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA11 is #4545EE. Grayscale: #A7A7A7. Windows color (decimal): -4539887 or 1161914. OLE color: 1161914.

HSL color Cylindrical-coordinate representation of color #BABA11: hue angle of 60º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BABA11 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 186 17 -
CMYK 0 0 0.91 0.27
HSL 60º 0.83% 0.4% -
HSV(B) 60º 0.91% 0.73% -
XYZ 37.91 45.6 7.33 -
YUV 166.73 43.5 141.74 -
System Red Green Blue C M Y K H S L
Decimal 186 186 17 0 0 0.91 0.27 60 0.83 0.4
Hex BA BA 11 0 0 5B 1B 3C 53 28
Octal 272 272 21 0 0 133 33 74 123 50
Binary 10111010 10111010 10001 0 0 1011011 11011 111100 1010011 101000

Color Harmonies of #BABA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA11

Black with #BABA11

Text Example


Text Example

White with #BABA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA11; }

 p { color: rgb(186,186,17); }

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

background-color css

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

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

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

border-color css

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

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

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