Html Css Color HEX #ADB562 Olive Green

📋 copy color: '#ADB562'

red 173 ◦ green 181 ◦ blue 98

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

Shades of Olive Green #ADB562

Tints of Olive Green #ADB562

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.04%

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 38.27%
G = 40.04%
B = 21.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#ADB562 (or 0xADB562) is known color: Olive Green. HEX triplet: AD, B5 and 62. RGB value is (173,181,98). Sum of RGB (Red+Green+Blue) = 173+181+98=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB562 is #524A9D. Grayscale: #A9A9A9. Windows color (decimal): -5393054 or 6469037. OLE color: 6469037.

HSL color Cylindrical-coordinate representation of color #ADB562: hue angle of 65.78º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB562 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 98 -
CMYK 0.04 0 0.46 0.29
HSL 65.78º 0.36% 0.55% -
HSV(B) 65.78º 0.46% 0.71% -
XYZ 35.96 42.81 17.92 -
YUV 169.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 173 181 98 0.04 0 0.46 0.29 65.78 0.36 0.55
Hex AD B5 62 4 0 2E 1D 42 24 37
Octal 255 265 142 4 0 56 35 102 44 67
Binary 10101101 10110101 1100010 100 0 101110 11101 1000010 100100 110111

Color Harmonies of #ADB562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB562

Black with #ADB562

Text Example


Text Example

White with #ADB562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB562; }

 p { color: rgb(173,181,98); }

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

background-color css

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

 a { background-color: rgb(173,181,98); }

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

border-color css

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

 span { border-color: rgb(173,181,98); }

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