Html Css Color HEX #BAAC1F Earls Green

📋 copy color: '#BAAC1F'

red 186 ◦ green 172 ◦ blue 31

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

Shades of Earls Green #BAAC1F

Tints of Earls Green #BAAC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.97%

R = 47.81%
G = 44.22%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BAAC1F (or 0xBAAC1F) is known color: Earls Green. HEX triplet: BA, AC and 1F. RGB value is (186,172,31). Sum of RGB (Red+Green+Blue) = 186+172+31=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC1F is #4553E0. Grayscale: #A0A0A0. Windows color (decimal): -4543457 or 2075834. OLE color: 2075834.

HSL color Cylindrical-coordinate representation of color #BAAC1F: hue angle of 54.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAAC1F is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 172 31 -
CMYK 0 0.08 0.83 0.27
HSL 54.58º 0.71% 0.43% -
HSV(B) 54.58º 0.83% 0.73% -
XYZ 35.25 40.04 7.17 -
YUV 160.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 186 172 31 0 0.08 0.83 0.27 54.58 0.71 0.43
Hex BA AC 1F 0 8 53 1B 37 47 2B
Octal 272 254 37 0 10 123 33 67 107 53
Binary 10111010 10101100 11111 0 1000 1010011 11011 110111 1000111 101011

Color Harmonies of #BAAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC1F

Black with #BAAC1F

Text Example


Text Example

White with #BAAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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