Html Css Color HEX #BAB60A La Rioja

📋 copy color: '#BAB60A'

red 186 ◦ green 182 ◦ blue 10

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

Shades of La Rioja #BAB60A

Tints of La Rioja #BAB60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 49.21%
G = 48.15%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAB60A (or 0xBAB60A) is known color: La Rioja. HEX triplet: BA, B6 and 0A. RGB value is (186,182,10). Sum of RGB (Red+Green+Blue) = 186+182+10=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB60A is #4549F5. Grayscale: #A4A4A4. Windows color (decimal): -4540918 or 702138. OLE color: 702138.

HSL color Cylindrical-coordinate representation of color #BAB60A: hue angle of 58.64º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAB60A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 182 10 -
CMYK 0 0.02 0.95 0.27
HSL 58.64º 0.9% 0.38% -
HSV(B) 58.64º 0.95% 0.73% -
XYZ 37.03 43.92 6.81 -
YUV 163.59 41.33 143.99 -
System Red Green Blue C M Y K H S L
Decimal 186 182 10 0 0.02 0.95 0.27 58.64 0.9 0.38
Hex BA B6 A 0 2 5F 1B 3B 5A 26
Octal 272 266 12 0 2 137 33 73 132 46
Binary 10111010 10110110 1010 0 10 1011111 11011 111011 1011010 100110

Color Harmonies of #BAB60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB60A

Black with #BAB60A

Text Example


Text Example

White with #BAB60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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