Html Css Color HEX #ADAC5B Olive Green

📋 copy color: '#ADAC5B'

red 173 ◦ green 172 ◦ blue 91

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

Shades of Olive Green #ADAC5B

Tints of Olive Green #ADAC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.87%

R = 39.68%
G = 39.45%
B = 20.87%

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

#ADAC5B (or 0xADAC5B) is known color: Olive Green. HEX triplet: AD, AC and 5B. RGB value is (173,172,91). Sum of RGB (Red+Green+Blue) = 173+172+91=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC5B is #5253A4. Grayscale: #A3A3A3. Windows color (decimal): -5395365 or 6007981. OLE color: 6007981.

HSL color Cylindrical-coordinate representation of color #ADAC5B: hue angle of 59.27º 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 #ADAC5B is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 91 -
CMYK 0 0.01 0.47 0.32
HSL 59.27º 0.33% 0.52% -
HSV(B) 59.27º 0.47% 0.68% -
XYZ 33.87 39.14 15.67 -
YUV 163.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 173 172 91 0 0.01 0.47 0.32 59.27 0.33 0.52
Hex AD AC 5B 0 1 2F 20 3B 21 34
Octal 255 254 133 0 1 57 40 73 41 64
Binary 10101101 10101100 1011011 0 1 101111 100000 111011 100001 110100

Color Harmonies of #ADAC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC5B

Black with #ADAC5B

Text Example


Text Example

White with #ADAC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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