Html Css Color HEX #BAB612 La Rioja

📋 copy color: '#BAB612'

red 186 ◦ green 182 ◦ blue 18

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

Shades of La Rioja #BAB612

Tints of La Rioja #BAB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.15%

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

R = 48.19%
G = 47.15%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAB612 (or 0xBAB612) is known color: La Rioja. HEX triplet: BA, B6 and 12. RGB value is (186,182,18). Sum of RGB (Red+Green+Blue) = 186+182+18=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB612 is #4549ED. Grayscale: #A5A5A5. Windows color (decimal): -4540910 or 1226426. OLE color: 1226426.

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

Color convert

RGB 186 182 18 -
CMYK 0 0.02 0.90 0.27
HSL 58.57º 0.82% 0.4% -
HSV(B) 58.57º 0.9% 0.73% -
XYZ 37.09 43.94 7.1 -
YUV 164.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 186 182 18 0 0.02 0.90 0.27 58.57 0.82 0.4
Hex BA B6 12 0 2 5A 1B 3B 52 28
Octal 272 266 22 0 2 132 33 73 122 50
Binary 10111010 10110110 10010 0 10 1011010 11011 111011 1010010 101000

Color Harmonies of #BAB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB612

Black with #BAB612

Text Example


Text Example

White with #BAB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB612; }

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

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

background-color css

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

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

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

border-color css

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

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

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