Html Css Color HEX #ADA32A Earls Green

📋 copy color: '#ADA32A'

red 173 ◦ green 163 ◦ blue 42

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

Shades of Earls Green #ADA32A

Tints of Earls Green #ADA32A

RGB

 RED value IS 173 (67.97% from 255) = 45.77%

 GREEN value IS 163 (64.06% from 255) = 43.12%

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

R = 45.77%
G = 43.12%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#ADA32A (or 0xADA32A) is known color: Earls Green. HEX triplet: AD, A3 and 2A. RGB value is (173,163,42). Sum of RGB (Red+Green+Blue) = 173+163+42=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA32A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA32A is #525CD5. Grayscale: #989898. Windows color (decimal): -5397718 or 2794413. OLE color: 2794413.

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

Color convert

RGB 173 163 42 -
CMYK 0 0.06 0.76 0.32
HSL 55.42º 0.61% 0.42% -
HSV(B) 55.42º 0.76% 0.68% -
XYZ 30.75 35.25 7.37 -
YUV 152.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 173 163 42 0 0.06 0.76 0.32 55.42 0.61 0.42
Hex AD A3 2A 0 6 4C 20 37 3D 2A
Octal 255 243 52 0 6 114 40 67 75 52
Binary 10101101 10100011 101010 0 110 1001100 100000 110111 111101 101010

Color Harmonies of #ADA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA32A

Black with #ADA32A

Text Example


Text Example

White with #ADA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA32A; }

 p { color: rgb(173,163,42); }

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

background-color css

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

 a { background-color: rgb(173,163,42); }

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

border-color css

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

 span { border-color: rgb(173,163,42); }

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