Html Css Color HEX #BAA427 Earls Green

📋 copy color: '#BAA427'

red 186 ◦ green 164 ◦ blue 39

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

Shades of Earls Green #BAA427

Tints of Earls Green #BAA427

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.16%

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

R = 47.81%
G = 42.16%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BAA427 (or 0xBAA427) is known color: Earls Green. HEX triplet: BA, A4 and 27. RGB value is (186,164,39). Sum of RGB (Red+Green+Blue) = 186+164+39=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA427 is #455BD8. Grayscale: #9C9C9C. Windows color (decimal): -4545497 or 2598074. OLE color: 2598074.

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

Color convert

RGB 186 164 39 -
CMYK 0 0.12 0.79 0.27
HSL 51.02º 0.65% 0.44% -
HSV(B) 51.02º 0.79% 0.73% -
XYZ 33.89 37.14 7.3 -
YUV 156.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 186 164 39 0 0.12 0.79 0.27 51.02 0.65 0.44
Hex BA A4 27 0 C 4F 1B 33 41 2C
Octal 272 244 47 0 14 117 33 63 101 54
Binary 10111010 10100100 100111 0 1100 1001111 11011 110011 1000001 101100

Color Harmonies of #BAA427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA427

Black with #BAA427

Text Example


Text Example

White with #BAA427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA427; }

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

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

background-color css

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

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

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

border-color css

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

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

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