Html Css Color HEX #BAB910 La Rioja

📋 copy color: '#BAB910'

red 186 ◦ green 185 ◦ blue 16

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

Shades of La Rioja #BAB910

Tints of La Rioja #BAB910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.13%

R = 48.06%
G = 47.8%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAB910 (or 0xBAB910) is known color: La Rioja. HEX triplet: BA, B9 and 10. RGB value is (186,185,16). Sum of RGB (Red+Green+Blue) = 186+185+16=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB910 is #4546EF. Grayscale: #A6A6A6. Windows color (decimal): -4540144 or 1096122. OLE color: 1096122.

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

Color convert

RGB 186 185 16 -
CMYK 0 0.01 0.91 0.27
HSL 59.65º 0.84% 0.4% -
HSV(B) 59.65º 0.91% 0.73% -
XYZ 37.69 45.17 7.22 -
YUV 166.03 43.33 142.24 -
System Red Green Blue C M Y K H S L
Decimal 186 185 16 0 0.01 0.91 0.27 59.65 0.84 0.4
Hex BA B9 10 0 1 5B 1B 3C 54 28
Octal 272 271 20 0 1 133 33 74 124 50
Binary 10111010 10111001 10000 0 1 1011011 11011 111100 1010100 101000

Color Harmonies of #BAB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB910

Black with #BAB910

Text Example


Text Example

White with #BAB910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB910; }

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

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

background-color css

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

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

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

border-color css

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

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

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