Html Css Color HEX #ADAE5C Olive Green

📋 copy color: '#ADAE5C'

red 173 ◦ green 174 ◦ blue 92

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

Shades of Olive Green #ADAE5C

Tints of Olive Green #ADAE5C

RGB

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

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

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

R = 39.41%
G = 39.64%
B = 20.96%

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

#ADAE5C (or 0xADAE5C) is known color: Olive Green. HEX triplet: AD, AE and 5C. RGB value is (173,174,92). Sum of RGB (Red+Green+Blue) = 173+174+92=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE5C is #5251A3. Grayscale: #A4A4A4. Windows color (decimal): -5394852 or 6074029. OLE color: 6074029.

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

Color convert

RGB 173 174 92 -
CMYK 0.01 0 0.47 0.32
HSL 60.73º 0.34% 0.52% -
HSV(B) 60.73º 0.47% 0.68% -
XYZ 34.3 39.93 16.02 -
YUV 164.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 173 174 92 0.01 0 0.47 0.32 60.73 0.34 0.52
Hex AD AE 5C 1 0 2F 20 3D 22 34
Octal 255 256 134 1 0 57 40 75 42 64
Binary 10101101 10101110 1011100 1 0 101111 100000 111101 100010 110100

Color Harmonies of #ADAE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE5C

Black with #ADAE5C

Text Example


Text Example

White with #ADAE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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