Html Css Color HEX #BAB800 La Rioja

📋 copy color: '#BAB800'

red 186 ◦ green 184 ◦ blue 0

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

Shades of La Rioja #BAB800

Tints of La Rioja #BAB800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.73%

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

R = 50.27%
G = 49.73%
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

#BAB800 (or 0xBAB800) is known color: La Rioja. HEX triplet: BA, B8 and 00. RGB value is (186,184,0). Sum of RGB (Red+Green+Blue) = 186+184+0=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB800 is #4547FF. Grayscale: #A4A4A4. Windows color (decimal): -4540416 or 47290. OLE color: 47290.

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

Color convert

RGB 186 184 0 -
CMYK 0 0.01 1 0.27
HSL 59.35º 1% 0.36% -
HSV(B) 59.35º 1% 0.73% -
XYZ 37.39 44.72 6.66 -
YUV 163.62 35.66 143.96 -
System Red Green Blue C M Y K H S L
Decimal 186 184 0 0 0.01 1 0.27 59.35 1 0.36
Hex BA B8 0 0 1 64 1B 3B 64 24
Octal 272 270 0 0 1 144 33 73 144 44
Binary 10111010 10111000 0 0 1 1100100 11011 111011 1100100 100100

Color Harmonies of #BAB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB800

Black with #BAB800

Text Example


Text Example

White with #BAB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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