Html Css Color HEX #BAAD1C Earls Green

📋 copy color: '#BAAD1C'

red 186 ◦ green 173 ◦ blue 28

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

Shades of Earls Green #BAAD1C

Tints of Earls Green #BAAD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.7%

 BLUE value IS 28 (11.33% from 255) = 7.24%

R = 48.06%
G = 44.7%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BAAD1C (or 0xBAAD1C) is known color: Earls Green. HEX triplet: BA, AD and 1C. RGB value is (186,173,28). Sum of RGB (Red+Green+Blue) = 186+173+28=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD1C is #4552E3. Grayscale: #A0A0A0. Windows color (decimal): -4543204 or 1879482. OLE color: 1879482.

HSL color Cylindrical-coordinate representation of color #BAAD1C: hue angle of 55.06º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAAD1C is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 173 28 -
CMYK 0 0.07 0.85 0.27
HSL 55.06º 0.74% 0.42% -
HSV(B) 55.06º 0.85% 0.73% -
XYZ 35.4 40.41 7.03 -
YUV 160.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 186 173 28 0 0.07 0.85 0.27 55.06 0.74 0.42
Hex BA AD 1C 0 7 55 1B 37 4A 2A
Octal 272 255 34 0 7 125 33 67 112 52
Binary 10111010 10101101 11100 0 111 1010101 11011 110111 1001010 101010

Color Harmonies of #BAAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAD1C

Black with #BAAD1C

Text Example


Text Example

White with #BAAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAD1C; }

 p { color: rgb(186,173,28); }

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

background-color css

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

 a { background-color: rgb(186,173,28); }

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

border-color css

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

 span { border-color: rgb(186,173,28); }

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