Html Css Color HEX #BAB601 La Rioja

📋 copy color: '#BAB601'

red 186 ◦ green 182 ◦ blue 1

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

Shades of La Rioja #BAB601

Tints of La Rioja #BAB601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 50.41%
G = 49.32%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAB601 (or 0xBAB601) is known color: La Rioja. HEX triplet: BA, B6 and 01. RGB value is (186,182,1). Sum of RGB (Red+Green+Blue) = 186+182+1=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB601 is #4549FE. Grayscale: #A3A3A3. Windows color (decimal): -4540927 or 112314. OLE color: 112314.

HSL color Cylindrical-coordinate representation of color #BAB601: hue angle of 58.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAB601 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 182 1 -
CMYK 0 0.02 0.99 0.27
HSL 58.7º 0.99% 0.37% -
HSV(B) 58.7º 0.99% 0.73% -
XYZ 36.98 43.9 6.55 -
YUV 162.56 36.83 144.72 -
System Red Green Blue C M Y K H S L
Decimal 186 182 1 0 0.02 0.99 0.27 58.7 0.99 0.37
Hex BA B6 1 0 2 63 1B 3B 63 25
Octal 272 266 1 0 2 143 33 73 143 45
Binary 10111010 10110110 1 0 10 1100011 11011 111011 1100011 100101

Color Harmonies of #BAB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB601

Black with #BAB601

Text Example


Text Example

White with #BAB601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB601; }

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

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

background-color css

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

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

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

border-color css

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

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

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