Html Css Color HEX #A8AD2B Earls Green

📋 copy color: '#A8AD2B'

red 168 ◦ green 173 ◦ blue 43

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

Shades of Earls Green #A8AD2B

Tints of Earls Green #A8AD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.2%

R = 43.75%
G = 45.05%
B = 11.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#A8AD2B (or 0xA8AD2B) is known color: Earls Green. HEX triplet: A8, AD and 2B. RGB value is (168,173,43). Sum of RGB (Red+Green+Blue) = 168+173+43=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD2B is #5752D4. Grayscale: #9D9D9D. Windows color (decimal): -5722837 or 2862504. OLE color: 2862504.

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

Color convert

RGB 168 173 43 -
CMYK 0.03 0 0.75 0.32
HSL 62.31º 0.6% 0.42% -
HSV(B) 62.31º 0.75% 0.68% -
XYZ 31.53 38.39 8.03 -
YUV 156.69 63.84 136.07 -
System Red Green Blue C M Y K H S L
Decimal 168 173 43 0.03 0 0.75 0.32 62.31 0.6 0.42
Hex A8 AD 2B 3 0 4B 20 3E 3C 2A
Octal 250 255 53 3 0 113 40 76 74 52
Binary 10101000 10101101 101011 11 0 1001011 100000 111110 111100 101010

Color Harmonies of #A8AD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD2B

Black with #A8AD2B

Text Example


Text Example

White with #A8AD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD2B; }

 p { color: rgb(168,173,43); }

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

background-color css

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

 a { background-color: rgb(168,173,43); }

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

border-color css

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

 span { border-color: rgb(168,173,43); }

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