Html Css Color HEX #BAA802 La Rioja

📋 copy color: '#BAA802'

red 186 ◦ green 168 ◦ blue 2

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

Shades of La Rioja #BAA802

Tints of La Rioja #BAA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.19%

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

R = 52.25%
G = 47.19%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAA802 (or 0xBAA802) is known color: La Rioja. HEX triplet: BA, A8 and 02. RGB value is (186,168,2). Sum of RGB (Red+Green+Blue) = 186+168+2=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA802 is #4557FD. Grayscale: #9B9B9B. Windows color (decimal): -4544510 or 174266. OLE color: 174266.

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

Color convert

RGB 186 168 2 -
CMYK 0 0.10 0.99 0.27
HSL 54.13º 0.98% 0.37% -
HSV(B) 54.13º 0.99% 0.73% -
XYZ 34.26 38.45 5.67 -
YUV 154.46 41.96 150.5 -
System Red Green Blue C M Y K H S L
Decimal 186 168 2 0 0.10 0.99 0.27 54.13 0.98 0.37
Hex BA A8 2 0 A 63 1B 36 62 25
Octal 272 250 2 0 12 143 33 66 142 45
Binary 10111010 10101000 10 0 1010 1100011 11011 110110 1100010 100101

Color Harmonies of #BAA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA802

Black with #BAA802

Text Example


Text Example

White with #BAA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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