Html Css Color HEX #BABA19 La Rioja

📋 copy color: '#BABA19'

red 186 ◦ green 186 ◦ blue 25

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

Shades of La Rioja #BABA19

Tints of La Rioja #BABA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.3%

R = 46.85%
G = 46.85%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BABA19 (or 0xBABA19) is known color: La Rioja. HEX triplet: BA, BA and 19. RGB value is (186,186,25). Sum of RGB (Red+Green+Blue) = 186+186+25=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA19 is #4545E6. Grayscale: #A8A8A8. Windows color (decimal): -4539879 or 1686202. OLE color: 1686202.

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

Color convert

RGB 186 186 25 -
CMYK 0 0 0.87 0.27
HSL 60º 0.76% 0.41% -
HSV(B) 60º 0.87% 0.73% -
XYZ 37.98 45.63 7.72 -
YUV 167.65 47.5 141.09 -
System Red Green Blue C M Y K H S L
Decimal 186 186 25 0 0 0.87 0.27 60 0.76 0.41
Hex BA BA 19 0 0 57 1B 3C 4C 29
Octal 272 272 31 0 0 127 33 74 114 51
Binary 10111010 10111010 11001 0 0 1010111 11011 111100 1001100 101001

Color Harmonies of #BABA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA19

Black with #BABA19

Text Example


Text Example

White with #BABA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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