Html Css Color HEX #BAB40B La Rioja

📋 copy color: '#BAB40B'

red 186 ◦ green 180 ◦ blue 11

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

Shades of La Rioja #BAB40B

Tints of La Rioja #BAB40B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.75%

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

R = 49.34%
G = 47.75%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BAB40B (or 0xBAB40B) is known color: La Rioja. HEX triplet: BA, B4 and 0B. RGB value is (186,180,11). Sum of RGB (Red+Green+Blue) = 186+180+11=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB40B is #454BF4. Grayscale: #A3A3A3. Windows color (decimal): -4541429 or 767162. OLE color: 767162.

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

Color convert

RGB 186 180 11 -
CMYK 0 0.03 0.94 0.27
HSL 57.94º 0.89% 0.39% -
HSV(B) 57.94º 0.94% 0.73% -
XYZ 36.63 43.11 6.71 -
YUV 162.53 42.49 144.74 -
System Red Green Blue C M Y K H S L
Decimal 186 180 11 0 0.03 0.94 0.27 57.94 0.89 0.39
Hex BA B4 B 0 3 5E 1B 3A 59 27
Octal 272 264 13 0 3 136 33 72 131 47
Binary 10111010 10110100 1011 0 11 1011110 11011 111010 1011001 100111

Color Harmonies of #BAB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB40B

Black with #BAB40B

Text Example


Text Example

White with #BAB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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