Html Css Color HEX #BAB802 La Rioja

📋 copy color: '#BAB802'

red 186 ◦ green 184 ◦ blue 2

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

Shades of La Rioja #BAB802

Tints of La Rioja #BAB802

RGB

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

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

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

R = 50%
G = 49.46%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAB802 (or 0xBAB802) is known color: La Rioja. HEX triplet: BA, B8 and 02. RGB value is (186,184,2). Sum of RGB (Red+Green+Blue) = 186+184+2=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB802 is #4547FD. Grayscale: #A4A4A4. Windows color (decimal): -4540414 or 178362. OLE color: 178362.

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

Color convert

RGB 186 184 2 -
CMYK 0 0.01 0.99 0.27
HSL 59.35º 0.98% 0.37% -
HSV(B) 59.35º 0.99% 0.73% -
XYZ 37.4 44.72 6.72 -
YUV 163.85 36.66 143.8 -
System Red Green Blue C M Y K H S L
Decimal 186 184 2 0 0.01 0.99 0.27 59.35 0.98 0.37
Hex BA B8 2 0 1 63 1B 3B 62 25
Octal 272 270 2 0 1 143 33 73 142 45
Binary 10111010 10111000 10 0 1 1100011 11011 111011 1100010 100101

Color Harmonies of #BAB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB802

Black with #BAB802

Text Example


Text Example

White with #BAB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB802; }

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

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

background-color css

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

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

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

border-color css

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

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

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