Html Css Color HEX #BAA825 Earls Green

📋 copy color: '#BAA825'

red 186 ◦ green 168 ◦ blue 37

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

Shades of Earls Green #BAA825

Tints of Earls Green #BAA825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.97%

 BLUE value IS 37 (14.84% from 255) = 9.46%

R = 47.57%
G = 42.97%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAA825 (or 0xBAA825) is known color: Earls Green. HEX triplet: BA, A8 and 25. RGB value is (186,168,37). Sum of RGB (Red+Green+Blue) = 186+168+37=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA825 is #4557DA. Grayscale: #9E9E9E. Windows color (decimal): -4544475 or 2468026. OLE color: 2468026.

HSL color Cylindrical-coordinate representation of color #BAA825: hue angle of 52.75º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAA825 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 168 37 -
CMYK 0 0.10 0.80 0.27
HSL 52.75º 0.67% 0.44% -
HSV(B) 52.75º 0.8% 0.73% -
XYZ 34.59 38.58 7.37 -
YUV 158.45 59.46 147.65 -
System Red Green Blue C M Y K H S L
Decimal 186 168 37 0 0.10 0.80 0.27 52.75 0.67 0.44
Hex BA A8 25 0 A 50 1B 35 43 2C
Octal 272 250 45 0 12 120 33 65 103 54
Binary 10111010 10101000 100101 0 1010 1010000 11011 110101 1000011 101100

Color Harmonies of #BAA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA825

Black with #BAA825

Text Example


Text Example

White with #BAA825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA825; }

 p { color: rgb(186,168,37); }

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

background-color css

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

 a { background-color: rgb(186,168,37); }

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

border-color css

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

 span { border-color: rgb(186,168,37); }

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