Html Css Color HEX #BABA18 La Rioja

📋 copy color: '#BABA18'

red 186 ◦ green 186 ◦ blue 24

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

Shades of La Rioja #BABA18

Tints of La Rioja #BABA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.06%

R = 46.97%
G = 46.97%
B = 6.06%

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

#BABA18 (or 0xBABA18) is known color: La Rioja. HEX triplet: BA, BA and 18. RGB value is (186,186,24). Sum of RGB (Red+Green+Blue) = 186+186+24=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA18 is #4545E7. Grayscale: #A8A8A8. Windows color (decimal): -4539880 or 1620666. OLE color: 1620666.

HSL color Cylindrical-coordinate representation of color #BABA18: hue angle of 60º degrees, saturation: 0.77, 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 #BABA18 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 186 24 -
CMYK 0 0 0.87 0.27
HSL 60º 0.77% 0.41% -
HSV(B) 60º 0.87% 0.73% -
XYZ 37.97 45.62 7.67 -
YUV 167.53 47 141.17 -
System Red Green Blue C M Y K H S L
Decimal 186 186 24 0 0 0.87 0.27 60 0.77 0.41
Hex BA BA 18 0 0 57 1B 3C 4D 29
Octal 272 272 30 0 0 127 33 74 115 51
Binary 10111010 10111010 11000 0 0 1010111 11011 111100 1001101 101001

Color Harmonies of #BABA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA18

Black with #BABA18

Text Example


Text Example

White with #BABA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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