Html Css Color HEX #BAA527 Earls Green

📋 copy color: '#BAA527'

red 186 ◦ green 165 ◦ blue 39

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

Shades of Earls Green #BAA527

Tints of Earls Green #BAA527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10%

R = 47.69%
G = 42.31%
B = 10%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BAA527 (or 0xBAA527) is known color: Earls Green. HEX triplet: BA, A5 and 27. RGB value is (186,165,39). Sum of RGB (Red+Green+Blue) = 186+165+39=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA527 is #455AD8. Grayscale: #9D9D9D. Windows color (decimal): -4545241 or 2598330. OLE color: 2598330.

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

Color convert

RGB 186 165 39 -
CMYK 0 0.11 0.79 0.27
HSL 51.43º 0.65% 0.44% -
HSV(B) 51.43º 0.79% 0.73% -
XYZ 34.07 37.5 7.36 -
YUV 156.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 186 165 39 0 0.11 0.79 0.27 51.43 0.65 0.44
Hex BA A5 27 0 B 4F 1B 33 41 2C
Octal 272 245 47 0 13 117 33 63 101 54
Binary 10111010 10100101 100111 0 1011 1001111 11011 110011 1000001 101100

Color Harmonies of #BAA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA527

Black with #BAA527

Text Example


Text Example

White with #BAA527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA527; }

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

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

background-color css

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

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

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

border-color css

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

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

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