Html Css Color HEX #BAAA02 La Rioja

📋 copy color: '#BAAA02'

red 186 ◦ green 170 ◦ blue 2

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

Shades of La Rioja #BAAA02

Tints of La Rioja #BAAA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.49%

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

R = 51.96%
G = 47.49%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAAA02 (or 0xBAAA02) is known color: La Rioja. HEX triplet: BA, AA and 02. RGB value is (186,170,2). Sum of RGB (Red+Green+Blue) = 186+170+2=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA02 is #4555FD. Grayscale: #9C9C9C. Windows color (decimal): -4543998 or 174778. OLE color: 174778.

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

Color convert

RGB 186 170 2 -
CMYK 0 0.09 0.99 0.27
HSL 54.78º 0.98% 0.37% -
HSV(B) 54.78º 0.99% 0.73% -
XYZ 34.64 39.19 5.8 -
YUV 155.63 41.3 149.66 -
System Red Green Blue C M Y K H S L
Decimal 186 170 2 0 0.09 0.99 0.27 54.78 0.98 0.37
Hex BA AA 2 0 9 63 1B 37 62 25
Octal 272 252 2 0 11 143 33 67 142 45
Binary 10111010 10101010 10 0 1001 1100011 11011 110111 1100010 100101

Color Harmonies of #BAAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA02

Black with #BAAA02

Text Example


Text Example

White with #BAAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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