Html Css Color HEX #ADAC63 Olive Green

📋 copy color: '#ADAC63'

red 173 ◦ green 172 ◦ blue 99

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

Shades of Olive Green #ADAC63

Tints of Olive Green #ADAC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.3%

R = 38.96%
G = 38.74%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#ADAC63 (or 0xADAC63) is known color: Olive Green. HEX triplet: AD, AC and 63. RGB value is (173,172,99). Sum of RGB (Red+Green+Blue) = 173+172+99=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC63 is #52539C. Grayscale: #A4A4A4. Windows color (decimal): -5395357 or 6532269. OLE color: 6532269.

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

Color convert

RGB 173 172 99 -
CMYK 0 0.01 0.43 0.32
HSL 59.19º 0.31% 0.53% -
HSV(B) 59.19º 0.43% 0.68% -
XYZ 34.24 39.29 17.58 -
YUV 163.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 173 172 99 0 0.01 0.43 0.32 59.19 0.31 0.53
Hex AD AC 63 0 1 2B 20 3B 1F 35
Octal 255 254 143 0 1 53 40 73 37 65
Binary 10101101 10101100 1100011 0 1 101011 100000 111011 11111 110101

Color Harmonies of #ADAC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC63

Black with #ADAC63

Text Example


Text Example

White with #ADAC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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