Html Css Color HEX #A5A92A Earls Green

📋 copy color: '#A5A92A'

red 165 ◦ green 169 ◦ blue 42

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

Shades of Earls Green #A5A92A

Tints of Earls Green #A5A92A

RGB

 RED value IS 165 (64.84% from 255) = 43.88%

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

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

R = 43.88%
G = 44.95%
B = 11.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A5A92A (or 0xA5A92A) is known color: Earls Green. HEX triplet: A5, A9 and 2A. RGB value is (165,169,42). Sum of RGB (Red+Green+Blue) = 165+169+42=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A92A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A92A is #5A56D5. Grayscale: #999999. Windows color (decimal): -5920470 or 2795941. OLE color: 2795941.

HSL color Cylindrical-coordinate representation of color #A5A92A: hue angle of 61.89º 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 #A5A92A is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 169 42 -
CMYK 0.02 0 0.75 0.34
HSL 61.89º 0.6% 0.41% -
HSV(B) 61.89º 0.75% 0.66% -
XYZ 30.12 36.54 7.66 -
YUV 153.33 65.17 136.33 -
System Red Green Blue C M Y K H S L
Decimal 165 169 42 0.02 0 0.75 0.34 61.89 0.6 0.41
Hex A5 A9 2A 2 0 4B 22 3E 3C 29
Octal 245 251 52 2 0 113 42 76 74 51
Binary 10100101 10101001 101010 10 0 1001011 100010 111110 111100 101001

Color Harmonies of #A5A92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A92A

Black with #A5A92A

Text Example


Text Example

White with #A5A92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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