Html Css Color HEX #BAB502 La Rioja

📋 copy color: '#BAB502'

red 186 ◦ green 181 ◦ blue 2

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

Shades of La Rioja #BAB502

Tints of La Rioja #BAB502

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.05%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 50.41%
G = 49.05%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAB502 (or 0xBAB502) is known color: La Rioja. HEX triplet: BA, B5 and 02. RGB value is (186,181,2). Sum of RGB (Red+Green+Blue) = 186+181+2=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB502 is #454AFD. Grayscale: #A2A2A2. Windows color (decimal): -4541182 or 177594. OLE color: 177594.

HSL color Cylindrical-coordinate representation of color #BAB502: hue angle of 58.37º degrees, saturation: 0.98, 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 #BAB502 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 2 -
CMYK 0 0.03 0.99 0.27
HSL 58.37º 0.98% 0.37% -
HSV(B) 58.37º 0.99% 0.73% -
XYZ 36.78 43.49 6.51 -
YUV 162.09 37.66 145.05 -
System Red Green Blue C M Y K H S L
Decimal 186 181 2 0 0.03 0.99 0.27 58.37 0.98 0.37
Hex BA B5 2 0 3 63 1B 3A 62 25
Octal 272 265 2 0 3 143 33 72 142 45
Binary 10111010 10110101 10 0 11 1100011 11011 111010 1100010 100101

Color Harmonies of #BAB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB502

Black with #BAB502

Text Example


Text Example

White with #BAB502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB502; }

 p { color: rgb(186,181,2); }

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

background-color css

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

 a { background-color: rgb(186,181,2); }

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

border-color css

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

 span { border-color: rgb(186,181,2); }

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