Html Css Color HEX #A8AB2A Earls Green

📋 copy color: '#A8AB2A'

red 168 ◦ green 171 ◦ blue 42

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

Shades of Earls Green #A8AB2A

Tints of Earls Green #A8AB2A

RGB

 RED value IS 168 (66.02% from 255) = 44.09%

 GREEN value IS 171 (67.19% from 255) = 44.88%

 BLUE value IS 42 (16.8% from 255) = 11.02%

R = 44.09%
G = 44.88%
B = 11.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#A8AB2A (or 0xA8AB2A) is known color: Earls Green. HEX triplet: A8, AB and 2A. RGB value is (168,171,42). Sum of RGB (Red+Green+Blue) = 168+171+42=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB2A is #5754D5. Grayscale: #9B9B9B. Windows color (decimal): -5723350 or 2796456. OLE color: 2796456.

HSL color Cylindrical-coordinate representation of color #A8AB2A: hue angle of 61.4º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8AB2A is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 171 42 -
CMYK 0.02 0 0.75 0.33
HSL 61.4º 0.61% 0.42% -
HSV(B) 61.4º 0.75% 0.67% -
XYZ 31.13 37.62 7.81 -
YUV 155.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 168 171 42 0.02 0 0.75 0.33 61.4 0.61 0.42
Hex A8 AB 2A 2 0 4B 21 3D 3D 2A
Octal 250 253 52 2 0 113 41 75 75 52
Binary 10101000 10101011 101010 10 0 1001011 100001 111101 111101 101010

Color Harmonies of #A8AB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB2A

Black with #A8AB2A

Text Example


Text Example

White with #A8AB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB2A; }

 p { color: rgb(168,171,42); }

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

background-color css

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

 a { background-color: rgb(168,171,42); }

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

border-color css

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

 span { border-color: rgb(168,171,42); }

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