Html Css Color HEX #BAB20A La Rioja

📋 copy color: '#BAB20A'

red 186 ◦ green 178 ◦ blue 10

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

Shades of La Rioja #BAB20A

Tints of La Rioja #BAB20A

RGB

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

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

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

R = 49.73%
G = 47.59%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAB20A (or 0xBAB20A) is known color: La Rioja. HEX triplet: BA, B2 and 0A. RGB value is (186,178,10). Sum of RGB (Red+Green+Blue) = 186+178+10=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB20A is #454DF5. Grayscale: #A1A1A1. Windows color (decimal): -4541942 or 701114. OLE color: 701114.

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

Color convert

RGB 186 178 10 -
CMYK 0 0.04 0.95 0.27
HSL 57.27º 0.9% 0.38% -
HSV(B) 57.27º 0.95% 0.73% -
XYZ 36.22 42.3 6.54 -
YUV 161.24 42.65 145.66 -
System Red Green Blue C M Y K H S L
Decimal 186 178 10 0 0.04 0.95 0.27 57.27 0.9 0.38
Hex BA B2 A 0 4 5F 1B 39 5A 26
Octal 272 262 12 0 4 137 33 71 132 46
Binary 10111010 10110010 1010 0 100 1011111 11011 111001 1011010 100110

Color Harmonies of #BAB20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB20A

Black with #BAB20A

Text Example


Text Example

White with #BAB20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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