Html Css Color HEX #BAB302 La Rioja

📋 copy color: '#BAB302'

red 186 ◦ green 179 ◦ blue 2

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

Shades of La Rioja #BAB302

Tints of La Rioja #BAB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.77%

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

R = 50.68%
G = 48.77%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAB302 (or 0xBAB302) is known color: La Rioja. HEX triplet: BA, B3 and 02. RGB value is (186,179,2). Sum of RGB (Red+Green+Blue) = 186+179+2=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB302 is #454CFD. Grayscale: #A1A1A1. Windows color (decimal): -4541694 or 177082. OLE color: 177082.

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

Color convert

RGB 186 179 2 -
CMYK 0 0.04 0.99 0.27
HSL 57.72º 0.98% 0.37% -
HSV(B) 57.72º 0.99% 0.73% -
XYZ 36.38 42.68 6.38 -
YUV 160.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 186 179 2 0 0.04 0.99 0.27 57.72 0.98 0.37
Hex BA B3 2 0 4 63 1B 3A 62 25
Octal 272 263 2 0 4 143 33 72 142 45
Binary 10111010 10110011 10 0 100 1100011 11011 111010 1100010 100101

Color Harmonies of #BAB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB302

Black with #BAB302

Text Example


Text Example

White with #BAB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB302; }

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

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

background-color css

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

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

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

border-color css

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

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

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