Html Css Color HEX #ADAB28 Earls Green

📋 copy color: '#ADAB28'

red 173 ◦ green 171 ◦ blue 40

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

Shades of Earls Green #ADAB28

Tints of Earls Green #ADAB28

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.53%

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 45.05%
G = 44.53%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#ADAB28 (or 0xADAB28) is known color: Earls Green. HEX triplet: AD, AB and 28. RGB value is (173,171,40). Sum of RGB (Red+Green+Blue) = 173+171+40=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB28 is #5254D7. Grayscale: #9D9D9D. Windows color (decimal): -5395672 or 2665389. OLE color: 2665389.

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

Color convert

RGB 173 171 40 -
CMYK 0 0.01 0.77 0.32
HSL 59.1º 0.62% 0.42% -
HSV(B) 59.1º 0.77% 0.68% -
XYZ 32.18 38.16 7.68 -
YUV 156.66 62.16 139.65 -
System Red Green Blue C M Y K H S L
Decimal 173 171 40 0 0.01 0.77 0.32 59.1 0.62 0.42
Hex AD AB 28 0 1 4D 20 3B 3E 2A
Octal 255 253 50 0 1 115 40 73 76 52
Binary 10101101 10101011 101000 0 1 1001101 100000 111011 111110 101010

Color Harmonies of #ADAB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB28

Black with #ADAB28

Text Example


Text Example

White with #ADAB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB28; }

 p { color: rgb(173,171,40); }

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

background-color css

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

 a { background-color: rgb(173,171,40); }

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

border-color css

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

 span { border-color: rgb(173,171,40); }

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