Html Css Color HEX #BAA900 La Rioja

📋 copy color: '#BAA900'

red 186 ◦ green 169 ◦ blue 0

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

Shades of La Rioja #BAA900

Tints of La Rioja #BAA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.61%

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

R = 52.39%
G = 47.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BAA900 (or 0xBAA900) is known color: La Rioja. HEX triplet: BA, A9 and 00. RGB value is (186,169,0). Sum of RGB (Red+Green+Blue) = 186+169+0=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA900 is #4556FF. Grayscale: #9B9B9B. Windows color (decimal): -4544256 or 43450. OLE color: 43450.

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

Color convert

RGB 186 169 0 -
CMYK 0 0.09 1 0.27
HSL 54.52º 1% 0.36% -
HSV(B) 54.52º 1% 0.73% -
XYZ 34.44 38.82 5.68 -
YUV 154.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 186 169 0 0 0.09 1 0.27 54.52 1 0.36
Hex BA A9 0 0 9 64 1B 37 64 24
Octal 272 251 0 0 11 144 33 67 144 44
Binary 10111010 10101001 0 0 1001 1100100 11011 110111 1100100 100100

Color Harmonies of #BAA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA900

Black with #BAA900

Text Example


Text Example

White with #BAA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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