Html Css Color HEX #ADAC5C Olive Green

📋 copy color: '#ADAC5C'

red 173 ◦ green 172 ◦ blue 92

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

Shades of Olive Green #ADAC5C

Tints of Olive Green #ADAC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 39.59%
G = 39.36%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#ADAC5C (or 0xADAC5C) is known color: Olive Green. HEX triplet: AD, AC and 5C. RGB value is (173,172,92). Sum of RGB (Red+Green+Blue) = 173+172+92=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC5C is #5253A3. Grayscale: #A3A3A3. Windows color (decimal): -5395364 or 6073517. OLE color: 6073517.

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

Color convert

RGB 173 172 92 -
CMYK 0 0.01 0.47 0.32
HSL 59.26º 0.33% 0.52% -
HSV(B) 59.26º 0.47% 0.68% -
XYZ 33.92 39.16 15.9 -
YUV 163.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 173 172 92 0 0.01 0.47 0.32 59.26 0.33 0.52
Hex AD AC 5C 0 1 2F 20 3B 21 34
Octal 255 254 134 0 1 57 40 73 41 64
Binary 10101101 10101100 1011100 0 1 101111 100000 111011 100001 110100

Color Harmonies of #ADAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC5C

Black with #ADAC5C

Text Example


Text Example

White with #ADAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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