Html Css Color HEX #ADAE5D Olive Green

📋 copy color: '#ADAE5D'

red 173 ◦ green 174 ◦ blue 93

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

Shades of Olive Green #ADAE5D

Tints of Olive Green #ADAE5D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.55%

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 39.32%
G = 39.55%
B = 21.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#ADAE5D (or 0xADAE5D) is known color: Olive Green. HEX triplet: AD, AE and 5D. RGB value is (173,174,93). Sum of RGB (Red+Green+Blue) = 173+174+93=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE5D is #5251A2. Grayscale: #A4A4A4. Windows color (decimal): -5394851 or 6139565. OLE color: 6139565.

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

Color convert

RGB 173 174 93 -
CMYK 0.01 0 0.47 0.32
HSL 60.74º 0.33% 0.52% -
HSV(B) 60.74º 0.47% 0.68% -
XYZ 34.35 39.95 16.26 -
YUV 164.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 173 174 93 0.01 0 0.47 0.32 60.74 0.33 0.52
Hex AD AE 5D 1 0 2F 20 3D 21 34
Octal 255 256 135 1 0 57 40 75 41 64
Binary 10101101 10101110 1011101 1 0 101111 100000 111101 100001 110100

Color Harmonies of #ADAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE5D

Black with #ADAE5D

Text Example


Text Example

White with #ADAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE5D; }

 p { color: rgb(173,174,93); }

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

background-color css

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

 a { background-color: rgb(173,174,93); }

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

border-color css

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

 span { border-color: rgb(173,174,93); }

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