Html Css Color HEX #BAA522 Earls Green

📋 copy color: '#BAA522'

red 186 ◦ green 165 ◦ blue 34

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

Shades of Earls Green #BAA522

Tints of Earls Green #BAA522

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.86%

 BLUE value IS 34 (13.67% from 255) = 8.83%

R = 48.31%
G = 42.86%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BAA522 (or 0xBAA522) is known color: Earls Green. HEX triplet: BA, A5 and 22. RGB value is (186,165,34). Sum of RGB (Red+Green+Blue) = 186+165+34=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA522 is #455ADD. Grayscale: #9C9C9C. Windows color (decimal): -4545246 or 2270650. OLE color: 2270650.

HSL color Cylindrical-coordinate representation of color #BAA522: hue angle of 51.71º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAA522 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 34 -
CMYK 0 0.11 0.82 0.27
HSL 51.71º 0.69% 0.43% -
HSV(B) 51.71º 0.82% 0.73% -
XYZ 33.99 37.46 6.95 -
YUV 156.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 186 165 34 0 0.11 0.82 0.27 51.71 0.69 0.43
Hex BA A5 22 0 B 52 1B 34 45 2B
Octal 272 245 42 0 13 122 33 64 105 53
Binary 10111010 10100101 100010 0 1011 1010010 11011 110100 1000101 101011

Color Harmonies of #BAA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA522

Black with #BAA522

Text Example


Text Example

White with #BAA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA522; }

 p { color: rgb(186,165,34); }

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

background-color css

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

 a { background-color: rgb(186,165,34); }

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

border-color css

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

 span { border-color: rgb(186,165,34); }

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