Html Css Color HEX #ADAE53 Olive Green

📋 copy color: '#ADAE53'

red 173 ◦ green 174 ◦ blue 83

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

Shades of Olive Green #ADAE53

Tints of Olive Green #ADAE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.3%

R = 40.23%
G = 40.47%
B = 19.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#ADAE53 (or 0xADAE53) is known color: Olive Green. HEX triplet: AD, AE and 53. RGB value is (173,174,83). Sum of RGB (Red+Green+Blue) = 173+174+83=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE53 is #5251AC. Grayscale: #A3A3A3. Windows color (decimal): -5394861 or 5484205. OLE color: 5484205.

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

Color convert

RGB 173 174 83 -
CMYK 0.01 0 0.52 0.32
HSL 60.66º 0.36% 0.5% -
HSV(B) 60.66º 0.52% 0.68% -
XYZ 33.93 39.78 14.07 -
YUV 163.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 173 174 83 0.01 0 0.52 0.32 60.66 0.36 0.5
Hex AD AE 53 1 0 34 20 3D 24 32
Octal 255 256 123 1 0 64 40 75 44 62
Binary 10101101 10101110 1010011 1 0 110100 100000 111101 100100 110010

Color Harmonies of #ADAE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE53

Black with #ADAE53

Text Example


Text Example

White with #ADAE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE53; }

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

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

background-color css

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

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

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

border-color css

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

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

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