Html Css Color HEX #BAB60B La Rioja

📋 copy color: '#BAB60B'

red 186 ◦ green 182 ◦ blue 11

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

Shades of La Rioja #BAB60B

Tints of La Rioja #BAB60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 49.08%
G = 48.02%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BAB60B (or 0xBAB60B) is known color: La Rioja. HEX triplet: BA, B6 and 0B. RGB value is (186,182,11). Sum of RGB (Red+Green+Blue) = 186+182+11=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB60B is #4549F4. Grayscale: #A4A4A4. Windows color (decimal): -4540917 or 767674. OLE color: 767674.

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

Color convert

RGB 186 182 11 -
CMYK 0 0.02 0.94 0.27
HSL 58.63º 0.89% 0.39% -
HSV(B) 58.63º 0.94% 0.73% -
XYZ 37.04 43.92 6.84 -
YUV 163.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 186 182 11 0 0.02 0.94 0.27 58.63 0.89 0.39
Hex BA B6 B 0 2 5E 1B 3B 59 27
Octal 272 266 13 0 2 136 33 73 131 47
Binary 10111010 10110110 1011 0 10 1011110 11011 111011 1011001 100111

Color Harmonies of #BAB60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB60B

Black with #BAB60B

Text Example


Text Example

White with #BAB60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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