Html Css Color HEX #BABA14 La Rioja

📋 copy color: '#BABA14'

red 186 ◦ green 186 ◦ blue 20

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

Shades of La Rioja #BABA14

Tints of La Rioja #BABA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.1%

R = 47.45%
G = 47.45%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BABA14 (or 0xBABA14) is known color: La Rioja. HEX triplet: BA, BA and 14. RGB value is (186,186,20). Sum of RGB (Red+Green+Blue) = 186+186+20=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA14 is #4545EB. Grayscale: #A7A7A7. Windows color (decimal): -4539884 or 1358522. OLE color: 1358522.

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

Color convert

RGB 186 186 20 -
CMYK 0 0 0.89 0.27
HSL 60º 0.81% 0.4% -
HSV(B) 60º 0.89% 0.73% -
XYZ 37.93 45.61 7.47 -
YUV 167.08 45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 186 186 20 0 0 0.89 0.27 60 0.81 0.4
Hex BA BA 14 0 0 59 1B 3C 51 28
Octal 272 272 24 0 0 131 33 74 121 50
Binary 10111010 10111010 10100 0 0 1011001 11011 111100 1010001 101000

Color Harmonies of #BABA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA14

Black with #BABA14

Text Example


Text Example

White with #BABA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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