Html Css Color HEX #A9A42B Earls Green

📋 copy color: '#A9A42B'

red 169 ◦ green 164 ◦ blue 43

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

Shades of Earls Green #A9A42B

Tints of Earls Green #A9A42B

RGB

 RED value IS 169 (66.41% from 255) = 44.95%

 GREEN value IS 164 (64.45% from 255) = 43.62%

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

R = 44.95%
G = 43.62%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9A42B (or 0xA9A42B) is known color: Earls Green. HEX triplet: A9, A4 and 2B. RGB value is (169,164,43). Sum of RGB (Red+Green+Blue) = 169+164+43=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A42B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A42B is #565BD4. Grayscale: #989898. Windows color (decimal): -5659605 or 2860201. OLE color: 2860201.

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

Color convert

RGB 169 164 43 -
CMYK 0 0.03 0.75 0.34
HSL 57.62º 0.59% 0.42% -
HSV(B) 57.62º 0.75% 0.66% -
XYZ 30.07 35.16 7.49 -
YUV 151.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 169 164 43 0 0.03 0.75 0.34 57.62 0.59 0.42
Hex A9 A4 2B 0 3 4B 22 3A 3B 2A
Octal 251 244 53 0 3 113 42 72 73 52
Binary 10101001 10100100 101011 0 11 1001011 100010 111010 111011 101010

Color Harmonies of #A9A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A42B

Black with #A9A42B

Text Example


Text Example

White with #A9A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A42B; }

 p { color: rgb(169,164,43); }

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

background-color css

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

 a { background-color: rgb(169,164,43); }

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

border-color css

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

 span { border-color: rgb(169,164,43); }

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