Html Css Color HEX #BABA00 La Rioja

📋 copy color: '#BABA00'

red 186 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #BABA00

Tints of La Rioja #BABA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BABA00 (or 0xBABA00) is known color: La Rioja. HEX triplet: BA, BA and 00. RGB value is (186,186,0). Sum of RGB (Red+Green+Blue) = 186+186+0=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA00 is #4545FF. Grayscale: #A5A5A5. Windows color (decimal): -4539904 or 47802. OLE color: 47802.

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

Color convert

RGB 186 186 0 -
CMYK 0 0 1 0.27
HSL 60º 1% 0.36% -
HSV(B) 60º 1% 0.73% -
XYZ 37.81 45.56 6.8 -
YUV 164.8 35 143.12 -
System Red Green Blue C M Y K H S L
Decimal 186 186 0 0 0 1 0.27 60 1 0.36
Hex BA BA 0 0 0 64 1B 3C 64 24
Octal 272 272 0 0 0 144 33 74 144 44
Binary 10111010 10111010 0 0 0 1100100 11011 111100 1100100 100100

Color Harmonies of #BABA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA00

Black with #BABA00

Text Example


Text Example

White with #BABA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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