Html Css Color HEX #BAB918 La Rioja

📋 copy color: '#BAB918'

red 186 ◦ green 185 ◦ blue 24

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

Shades of La Rioja #BAB918

Tints of La Rioja #BAB918

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.84%

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

R = 47.09%
G = 46.84%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BAB918 (or 0xBAB918) is known color: La Rioja. HEX triplet: BA, B9 and 18. RGB value is (186,185,24). Sum of RGB (Red+Green+Blue) = 186+185+24=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB918 is #4546E7. Grayscale: #A7A7A7. Windows color (decimal): -4540136 or 1620410. OLE color: 1620410.

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

Color convert

RGB 186 185 24 -
CMYK 0 0.01 0.87 0.27
HSL 59.63º 0.77% 0.41% -
HSV(B) 59.63º 0.87% 0.73% -
XYZ 37.76 45.2 7.6 -
YUV 166.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 186 185 24 0 0.01 0.87 0.27 59.63 0.77 0.41
Hex BA B9 18 0 1 57 1B 3C 4D 29
Octal 272 271 30 0 1 127 33 74 115 51
Binary 10111010 10111001 11000 0 1 1010111 11011 111100 1001101 101001

Color Harmonies of #BAB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB918

Black with #BAB918

Text Example


Text Example

White with #BAB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB918; }

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

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

background-color css

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

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

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

border-color css

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

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

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