Html Css Color HEX #BAB71C La Rioja

📋 copy color: '#BAB71C'

red 186 ◦ green 183 ◦ blue 28

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

Shades of La Rioja #BAB71C

Tints of La Rioja #BAB71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

 BLUE value IS 28 (11.33% from 255) = 7.05%

R = 46.85%
G = 46.1%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BAB71C (or 0xBAB71C) is known color: La Rioja. HEX triplet: BA, B7 and 1C. RGB value is (186,183,28). Sum of RGB (Red+Green+Blue) = 186+183+28=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB71C is #4548E3. Grayscale: #A6A6A6. Windows color (decimal): -4540644 or 1882042. OLE color: 1882042.

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

Color convert

RGB 186 183 28 -
CMYK 0 0.02 0.85 0.27
HSL 58.86º 0.74% 0.42% -
HSV(B) 58.86º 0.85% 0.73% -
XYZ 37.39 44.39 7.7 -
YUV 166.23 49.99 142.1 -
System Red Green Blue C M Y K H S L
Decimal 186 183 28 0 0.02 0.85 0.27 58.86 0.74 0.42
Hex BA B7 1C 0 2 55 1B 3B 4A 2A
Octal 272 267 34 0 2 125 33 73 112 52
Binary 10111010 10110111 11100 0 10 1010101 11011 111011 1001010 101010

Color Harmonies of #BAB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB71C

Black with #BAB71C

Text Example


Text Example

White with #BAB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB71C; }

 p { color: rgb(186,183,28); }

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

background-color css

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

 a { background-color: rgb(186,183,28); }

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

border-color css

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

 span { border-color: rgb(186,183,28); }

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