Html Css Color HEX #ADAC1B Earls Green

📋 copy color: '#ADAC1B'

red 173 ◦ green 172 ◦ blue 27

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

Shades of Earls Green #ADAC1B

Tints of Earls Green #ADAC1B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.24%

 BLUE value IS 27 (10.94% from 255) = 7.26%

R = 46.51%
G = 46.24%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#ADAC1B (or 0xADAC1B) is known color: Earls Green. HEX triplet: AD, AC and 1B. RGB value is (173,172,27). Sum of RGB (Red+Green+Blue) = 173+172+27=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC1B is #5253E4. Grayscale: #9C9C9C. Windows color (decimal): -5395429 or 1813677. OLE color: 1813677.

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

Color convert

RGB 173 172 27 -
CMYK 0 0.01 0.84 0.32
HSL 59.59º 0.73% 0.39% -
HSV(B) 59.59º 0.84% 0.68% -
XYZ 32.18 38.47 6.77 -
YUV 155.77 55.33 140.29 -
System Red Green Blue C M Y K H S L
Decimal 173 172 27 0 0.01 0.84 0.32 59.59 0.73 0.39
Hex AD AC 1B 0 1 54 20 3C 49 27
Octal 255 254 33 0 1 124 40 74 111 47
Binary 10101101 10101100 11011 0 1 1010100 100000 111100 1001001 100111

Color Harmonies of #ADAC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC1B

Black with #ADAC1B

Text Example


Text Example

White with #ADAC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC1B; }

 p { color: rgb(173,172,27); }

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

background-color css

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

 a { background-color: rgb(173,172,27); }

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

border-color css

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

 span { border-color: rgb(173,172,27); }

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