Html Css Color HEX #BAB900 La Rioja

📋 copy color: '#BAB900'

red 186 ◦ green 185 ◦ blue 0

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

Shades of La Rioja #BAB900

Tints of La Rioja #BAB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.13%
G = 49.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BAB900 (or 0xBAB900) is known color: La Rioja. HEX triplet: BA, B9 and 00. RGB value is (186,185,0). Sum of RGB (Red+Green+Blue) = 186+185+0=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB900 is #4546FF. Grayscale: #A4A4A4. Windows color (decimal): -4540160 or 47546. OLE color: 47546.

HSL color Cylindrical-coordinate representation of color #BAB900: hue angle of 59.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAB900 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 0 -
CMYK 0 0.01 1 0.27
HSL 59.68º 1% 0.36% -
HSV(B) 59.68º 1% 0.73% -
XYZ 37.6 45.14 6.73 -
YUV 164.21 35.33 143.54 -
System Red Green Blue C M Y K H S L
Decimal 186 185 0 0 0.01 1 0.27 59.68 1 0.36
Hex BA B9 0 0 1 64 1B 3C 64 24
Octal 272 271 0 0 1 144 33 74 144 44
Binary 10111010 10111001 0 0 1 1100100 11011 111100 1100100 100100

Color Harmonies of #BAB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB900

Black with #BAB900

Text Example


Text Example

White with #BAB900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB900; }

 p { color: rgb(186,185,0); }

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

background-color css

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

 a { background-color: rgb(186,185,0); }

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

border-color css

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

 span { border-color: rgb(186,185,0); }

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