Html Css Color HEX #BAAC25 Earls Green

📋 copy color: '#BAAC25'

red 186 ◦ green 172 ◦ blue 37

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

Shades of Earls Green #BAAC25

Tints of Earls Green #BAAC25

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.54%

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

R = 47.09%
G = 43.54%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAAC25 (or 0xBAAC25) is known color: Earls Green. HEX triplet: BA, AC and 25. RGB value is (186,172,37). Sum of RGB (Red+Green+Blue) = 186+172+37=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC25 is #4553DA. Grayscale: #A1A1A1. Windows color (decimal): -4543451 or 2469050. OLE color: 2469050.

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

Color convert

RGB 186 172 37 -
CMYK 0 0.08 0.80 0.27
HSL 54.36º 0.67% 0.44% -
HSV(B) 54.36º 0.8% 0.73% -
XYZ 35.34 40.08 7.62 -
YUV 160.8 58.14 145.98 -
System Red Green Blue C M Y K H S L
Decimal 186 172 37 0 0.08 0.80 0.27 54.36 0.67 0.44
Hex BA AC 25 0 8 50 1B 36 43 2C
Octal 272 254 45 0 10 120 33 66 103 54
Binary 10111010 10101100 100101 0 1000 1010000 11011 110110 1000011 101100

Color Harmonies of #BAAC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC25

Black with #BAAC25

Text Example


Text Example

White with #BAAC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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