Html Css Color HEX #A5A92D Earls Green

📋 copy color: '#A5A92D'

red 165 ◦ green 169 ◦ blue 45

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

Shades of Earls Green #A5A92D

Tints of Earls Green #A5A92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.87%

R = 43.54%
G = 44.59%
B = 11.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A5A92D (or 0xA5A92D) is known color: Earls Green. HEX triplet: A5, A9 and 2D. RGB value is (165,169,45). Sum of RGB (Red+Green+Blue) = 165+169+45=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A92D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A92D is #5A56D2. Grayscale: #9A9A9A. Windows color (decimal): -5920467 or 2992549. OLE color: 2992549.

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

Color convert

RGB 165 169 45 -
CMYK 0.02 0 0.73 0.34
HSL 61.94º 0.58% 0.42% -
HSV(B) 61.94º 0.73% 0.66% -
XYZ 30.18 36.56 7.95 -
YUV 153.67 66.67 136.08 -
System Red Green Blue C M Y K H S L
Decimal 165 169 45 0.02 0 0.73 0.34 61.94 0.58 0.42
Hex A5 A9 2D 2 0 49 22 3E 3A 2A
Octal 245 251 55 2 0 111 42 76 72 52
Binary 10100101 10101001 101101 10 0 1001001 100010 111110 111010 101010

Color Harmonies of #A5A92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A92D

Black with #A5A92D

Text Example


Text Example

White with #A5A92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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