Html Css Color HEX #BAB210 La Rioja

📋 copy color: '#BAB210'

red 186 ◦ green 178 ◦ blue 16

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

Shades of La Rioja #BAB210

Tints of La Rioja #BAB210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.84%

 BLUE value IS 16 (6.64% from 255) = 4.21%

R = 48.95%
G = 46.84%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAB210 (or 0xBAB210) is known color: La Rioja. HEX triplet: BA, B2 and 10. RGB value is (186,178,16). Sum of RGB (Red+Green+Blue) = 186+178+16=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB210 is #454DEF. Grayscale: #A2A2A2. Windows color (decimal): -4541936 or 1094330. OLE color: 1094330.

HSL color Cylindrical-coordinate representation of color #BAB210: hue angle of 57.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAB210 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 16 -
CMYK 0 0.04 0.91 0.27
HSL 57.18º 0.84% 0.4% -
HSV(B) 57.18º 0.91% 0.73% -
XYZ 36.26 42.32 6.75 -
YUV 161.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 186 178 16 0 0.04 0.91 0.27 57.18 0.84 0.4
Hex BA B2 10 0 4 5B 1B 39 54 28
Octal 272 262 20 0 4 133 33 71 124 50
Binary 10111010 10110010 10000 0 100 1011011 11011 111001 1010100 101000

Color Harmonies of #BAB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB210

Black with #BAB210

Text Example


Text Example

White with #BAB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB210; }

 p { color: rgb(186,178,16); }

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

background-color css

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

 a { background-color: rgb(186,178,16); }

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

border-color css

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

 span { border-color: rgb(186,178,16); }

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