Html Css Color HEX #A6AD2C Earls Green

📋 copy color: '#A6AD2C'

red 166 ◦ green 173 ◦ blue 44

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

Shades of Earls Green #A6AD2C

Tints of Earls Green #A6AD2C

RGB

 RED value IS 166 (65.23% from 255) = 43.34%

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

 BLUE value IS 44 (17.58% from 255) = 11.49%

R = 43.34%
G = 45.17%
B = 11.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#A6AD2C (or 0xA6AD2C) is known color: Earls Green. HEX triplet: A6, AD and 2C. RGB value is (166,173,44). Sum of RGB (Red+Green+Blue) = 166+173+44=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AD2C is #5952D3. Grayscale: #9C9C9C. Windows color (decimal): -5853908 or 2928038. OLE color: 2928038.

HSL color Cylindrical-coordinate representation of color #A6AD2C: hue angle of 63.26º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6AD2C is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 44 -
CMYK 0.04 0 0.75 0.32
HSL 63.26º 0.59% 0.43% -
HSV(B) 63.26º 0.75% 0.68% -
XYZ 31.12 38.18 8.11 -
YUV 156.2 64.68 134.99 -
System Red Green Blue C M Y K H S L
Decimal 166 173 44 0.04 0 0.75 0.32 63.26 0.59 0.43
Hex A6 AD 2C 4 0 4B 20 3F 3B 2B
Octal 246 255 54 4 0 113 40 77 73 53
Binary 10100110 10101101 101100 100 0 1001011 100000 111111 111011 101011

Color Harmonies of #A6AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD2C

Black with #A6AD2C

Text Example


Text Example

White with #A6AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD2C; }

 p { color: rgb(166,173,44); }

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

background-color css

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

 a { background-color: rgb(166,173,44); }

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

border-color css

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

 span { border-color: rgb(166,173,44); }

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