Html Css Color HEX #BAB812 La Rioja

📋 copy color: '#BAB812'

red 186 ◦ green 184 ◦ blue 18

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

Shades of La Rioja #BAB812

Tints of La Rioja #BAB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.42%

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 47.94%
G = 47.42%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAB812 (or 0xBAB812) is known color: La Rioja. HEX triplet: BA, B8 and 12. RGB value is (186,184,18). Sum of RGB (Red+Green+Blue) = 186+184+18=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB812 is #4547ED. Grayscale: #A6A6A6. Windows color (decimal): -4540398 or 1226938. OLE color: 1226938.

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

Color convert

RGB 186 184 18 -
CMYK 0 0.01 0.90 0.27
HSL 59.29º 0.82% 0.4% -
HSV(B) 59.29º 0.9% 0.73% -
XYZ 37.5 44.76 7.24 -
YUV 165.67 44.66 142.5 -
System Red Green Blue C M Y K H S L
Decimal 186 184 18 0 0.01 0.90 0.27 59.29 0.82 0.4
Hex BA B8 12 0 1 5A 1B 3B 52 28
Octal 272 270 22 0 1 132 33 73 122 50
Binary 10111010 10111000 10010 0 1 1011010 11011 111011 1010010 101000

Color Harmonies of #BAB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB812

Black with #BAB812

Text Example


Text Example

White with #BAB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB812; }

 p { color: rgb(186,184,18); }

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

background-color css

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

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

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

border-color css

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

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

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