Html Css Color HEX #BAB600 La Rioja

📋 copy color: '#BAB600'

red 186 ◦ green 182 ◦ blue 0

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

Shades of La Rioja #BAB600

Tints of La Rioja #BAB600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.46%

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

R = 50.54%
G = 49.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BAB600 (or 0xBAB600) is known color: La Rioja. HEX triplet: BA, B6 and 00. RGB value is (186,182,0). Sum of RGB (Red+Green+Blue) = 186+182+0=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB600 is #4549FF. Grayscale: #A3A3A3. Windows color (decimal): -4540928 or 46778. OLE color: 46778.

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

Color convert

RGB 186 182 0 -
CMYK 0 0.02 1 0.27
HSL 58.71º 1% 0.36% -
HSV(B) 58.71º 1% 0.73% -
XYZ 36.98 43.9 6.52 -
YUV 162.45 36.33 144.8 -
System Red Green Blue C M Y K H S L
Decimal 186 182 0 0 0.02 1 0.27 58.71 1 0.36
Hex BA B6 0 0 2 64 1B 3B 64 24
Octal 272 266 0 0 2 144 33 73 144 44
Binary 10111010 10110110 0 0 10 1100100 11011 111011 1100100 100100

Color Harmonies of #BAB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB600

Black with #BAB600

Text Example


Text Example

White with #BAB600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB600; }

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

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

background-color css

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

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

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

border-color css

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

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

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