Html Css Color HEX #BAA200 Buddha Gold

📋 copy color: '#BAA200'

red 186 ◦ green 162 ◦ blue 0

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

Shades of Buddha Gold #BAA200

Tints of Buddha Gold #BAA200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.45%
G = 46.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BAA200 (or 0xBAA200) is known color: Buddha Gold. HEX triplet: BA, A2 and 00. RGB value is (186,162,0). Sum of RGB (Red+Green+Blue) = 186+162+0=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA200 is #455DFF. Grayscale: #979797. Windows color (decimal): -4546048 or 41658. OLE color: 41658.

HSL color Cylindrical-coordinate representation of color #BAA200: hue angle of 52.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAA200 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 0 -
CMYK 0 0.13 1 0.27
HSL 52.26º 1% 0.36% -
HSV(B) 52.26º 1% 0.73% -
XYZ 33.17 36.28 5.25 -
YUV 150.71 42.95 153.17 -
System Red Green Blue C M Y K H S L
Decimal 186 162 0 0 0.13 1 0.27 52.26 1 0.36
Hex BA A2 0 0 D 64 1B 34 64 24
Octal 272 242 0 0 15 144 33 64 144 44
Binary 10111010 10100010 0 0 1101 1100100 11011 110100 1100100 100100

Color Harmonies of #BAA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA200

Black with #BAA200

Text Example


Text Example

White with #BAA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA200; }

 p { color: rgb(186,162,0); }

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

background-color css

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

 a { background-color: rgb(186,162,0); }

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

border-color css

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

 span { border-color: rgb(186,162,0); }

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