Html Css Color HEX #ADAE55 Olive Green

📋 copy color: '#ADAE55'

red 173 ◦ green 174 ◦ blue 85

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

Shades of Olive Green #ADAE55

Tints of Olive Green #ADAE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.68%

R = 40.05%
G = 40.28%
B = 19.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#ADAE55 (or 0xADAE55) is known color: Olive Green. HEX triplet: AD, AE and 55. RGB value is (173,174,85). Sum of RGB (Red+Green+Blue) = 173+174+85=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE55 is #5251AA. Grayscale: #A3A3A3. Windows color (decimal): -5394859 or 5615277. OLE color: 5615277.

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

Color convert

RGB 173 174 85 -
CMYK 0.01 0 0.51 0.32
HSL 60.67º 0.35% 0.51% -
HSV(B) 60.67º 0.51% 0.68% -
XYZ 34.01 39.81 14.49 -
YUV 163.56 83.67 134.74 -
System Red Green Blue C M Y K H S L
Decimal 173 174 85 0.01 0 0.51 0.32 60.67 0.35 0.51
Hex AD AE 55 1 0 33 20 3D 23 33
Octal 255 256 125 1 0 63 40 75 43 63
Binary 10101101 10101110 1010101 1 0 110011 100000 111101 100011 110011

Color Harmonies of #ADAE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE55

Black with #ADAE55

Text Example


Text Example

White with #ADAE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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