Html Css Color HEX #BAB200 La Rioja

📋 copy color: '#BAB200'

red 186 ◦ green 178 ◦ blue 0

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

Shades of La Rioja #BAB200

Tints of La Rioja #BAB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.9%

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

R = 51.1%
G = 48.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BAB200 (or 0xBAB200) is known color: La Rioja. HEX triplet: BA, B2 and 00. RGB value is (186,178,0). Sum of RGB (Red+Green+Blue) = 186+178+0=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB200 is #454DFF. Grayscale: #A0A0A0. Windows color (decimal): -4541952 or 45754. OLE color: 45754.

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

Color convert

RGB 186 178 0 -
CMYK 0 0.04 1 0.27
HSL 57.42º 1% 0.36% -
HSV(B) 57.42º 1% 0.73% -
XYZ 36.17 42.28 6.25 -
YUV 160.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 186 178 0 0 0.04 1 0.27 57.42 1 0.36
Hex BA B2 0 0 4 64 1B 39 64 24
Octal 272 262 0 0 4 144 33 71 144 44
Binary 10111010 10110010 0 0 100 1100100 11011 111001 1100100 100100

Color Harmonies of #BAB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB200

Black with #BAB200

Text Example


Text Example

White with #BAB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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