Html Css Color HEX #BAB90A La Rioja

📋 copy color: '#BAB90A'

red 186 ◦ green 185 ◦ blue 10

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

Shades of La Rioja #BAB90A

Tints of La Rioja #BAB90A

RGB

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

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

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

R = 48.82%
G = 48.56%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAB90A (or 0xBAB90A) is known color: La Rioja. HEX triplet: BA, B9 and 0A. RGB value is (186,185,10). Sum of RGB (Red+Green+Blue) = 186+185+10=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB90A is #4546F5. Grayscale: #A6A6A6. Windows color (decimal): -4540150 or 702906. OLE color: 702906.

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

Color convert

RGB 186 185 10 -
CMYK 0 0.01 0.95 0.27
HSL 59.66º 0.9% 0.38% -
HSV(B) 59.66º 0.95% 0.73% -
XYZ 37.65 45.16 7.02 -
YUV 165.35 40.33 142.73 -
System Red Green Blue C M Y K H S L
Decimal 186 185 10 0 0.01 0.95 0.27 59.66 0.9 0.38
Hex BA B9 A 0 1 5F 1B 3C 5A 26
Octal 272 271 12 0 1 137 33 74 132 46
Binary 10111010 10111001 1010 0 1 1011111 11011 111100 1011010 100110

Color Harmonies of #BAB90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB90A

Black with #BAB90A

Text Example


Text Example

White with #BAB90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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