Html Css Color HEX #ADAC57 Olive Green

📋 copy color: '#ADAC57'

red 173 ◦ green 172 ◦ blue 87

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

Shades of Olive Green #ADAC57

Tints of Olive Green #ADAC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.14%

R = 40.05%
G = 39.81%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADAC57 (or 0xADAC57) is known color: Olive Green. HEX triplet: AD, AC and 57. RGB value is (173,172,87). Sum of RGB (Red+Green+Blue) = 173+172+87=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC57 is #5253A8. Grayscale: #A2A2A2. Windows color (decimal): -5395369 or 5745837. OLE color: 5745837.

HSL color Cylindrical-coordinate representation of color #ADAC57: hue angle of 59.3º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADAC57 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 87 -
CMYK 0 0.01 0.50 0.32
HSL 59.3º 0.34% 0.51% -
HSV(B) 59.3º 0.5% 0.68% -
XYZ 33.71 39.08 14.78 -
YUV 162.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 173 172 87 0 0.01 0.50 0.32 59.3 0.34 0.51
Hex AD AC 57 0 1 32 20 3B 22 33
Octal 255 254 127 0 1 62 40 73 42 63
Binary 10101101 10101100 1010111 0 1 110010 100000 111011 100010 110011

Color Harmonies of #ADAC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC57

Black with #ADAC57

Text Example


Text Example

White with #ADAC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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