Html Css Color HEX #BAA528 Earls Green

📋 copy color: '#BAA528'

red 186 ◦ green 165 ◦ blue 40

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

Shades of Earls Green #BAA528

Tints of Earls Green #BAA528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.23%

R = 47.57%
G = 42.2%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAA528 (or 0xBAA528) is known color: Earls Green. HEX triplet: BA, A5 and 28. RGB value is (186,165,40). Sum of RGB (Red+Green+Blue) = 186+165+40=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA528 is #455AD7. Grayscale: #9D9D9D. Windows color (decimal): -4545240 or 2663866. OLE color: 2663866.

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

Color convert

RGB 186 165 40 -
CMYK 0 0.11 0.78 0.27
HSL 51.37º 0.65% 0.44% -
HSV(B) 51.37º 0.78% 0.73% -
XYZ 34.09 37.5 7.45 -
YUV 157.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 186 165 40 0 0.11 0.78 0.27 51.37 0.65 0.44
Hex BA A5 28 0 B 4E 1B 33 41 2C
Octal 272 245 50 0 13 116 33 63 101 54
Binary 10111010 10100101 101000 0 1011 1001110 11011 110011 1000001 101100

Color Harmonies of #BAA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA528

Black with #BAA528

Text Example


Text Example

White with #BAA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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