Html Css Color HEX #A4A92A Earls Green

📋 copy color: '#A4A92A'

red 164 ◦ green 169 ◦ blue 42

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

Shades of Earls Green #A4A92A

Tints of Earls Green #A4A92A

RGB

 RED value IS 164 (64.45% from 255) = 43.73%

 GREEN value IS 169 (66.41% from 255) = 45.07%

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

R = 43.73%
G = 45.07%
B = 11.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A4A92A (or 0xA4A92A) is known color: Earls Green. HEX triplet: A4, A9 and 2A. RGB value is (164,169,42). Sum of RGB (Red+Green+Blue) = 164+169+42=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A92A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A92A is #5B56D5. Grayscale: #999999. Windows color (decimal): -5986006 or 2795940. OLE color: 2795940.

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

Color convert

RGB 164 169 42 -
CMYK 0.03 0 0.75 0.34
HSL 62.36º 0.6% 0.41% -
HSV(B) 62.36º 0.75% 0.66% -
XYZ 29.92 36.44 7.65 -
YUV 153.03 65.34 135.83 -
System Red Green Blue C M Y K H S L
Decimal 164 169 42 0.03 0 0.75 0.34 62.36 0.6 0.41
Hex A4 A9 2A 3 0 4B 22 3E 3C 29
Octal 244 251 52 3 0 113 42 76 74 51
Binary 10100100 10101001 101010 11 0 1001011 100010 111110 111100 101001

Color Harmonies of #A4A92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A92A

Black with #A4A92A

Text Example


Text Example

White with #A4A92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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