Html Css Color HEX #BAB000 La Rioja

📋 copy color: '#BAB000'

red 186 ◦ green 176 ◦ blue 0

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

Shades of La Rioja #BAB000

Tints of La Rioja #BAB000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.62%

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

R = 51.38%
G = 48.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BAB000 (or 0xBAB000) is known color: La Rioja. HEX triplet: BA, B0 and 00. RGB value is (186,176,0). Sum of RGB (Red+Green+Blue) = 186+176+0=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB000 is #454FFF. Grayscale: #9F9F9F. Windows color (decimal): -4542464 or 45242. OLE color: 45242.

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

Color convert

RGB 186 176 0 -
CMYK 0 0.05 1 0.27
HSL 56.77º 1% 0.36% -
HSV(B) 56.77º 1% 0.73% -
XYZ 35.78 41.49 6.12 -
YUV 158.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 186 176 0 0 0.05 1 0.27 56.77 1 0.36
Hex BA B0 0 0 5 64 1B 39 64 24
Octal 272 260 0 0 5 144 33 71 144 44
Binary 10111010 10110000 0 0 101 1100100 11011 111001 1100100 100100

Color Harmonies of #BAB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB000

Black with #BAB000

Text Example


Text Example

White with #BAB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB000; }

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

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

background-color css

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

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

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

border-color css

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

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

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