Html Css Color HEX #ADB862 Olive Green

📋 copy color: '#ADB862'

red 173 ◦ green 184 ◦ blue 98

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

Shades of Olive Green #ADB862

Tints of Olive Green #ADB862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.44%

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

R = 38.02%
G = 40.44%
B = 21.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#ADB862 (or 0xADB862) is known color: Olive Green. HEX triplet: AD, B8 and 62. RGB value is (173,184,98). Sum of RGB (Red+Green+Blue) = 173+184+98=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB862 is #52479D. Grayscale: #ABABAB. Windows color (decimal): -5392286 or 6469805. OLE color: 6469805.

HSL color Cylindrical-coordinate representation of color #ADB862: hue angle of 67.67º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADB862 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 98 -
CMYK 0.06 0 0.47 0.28
HSL 67.67º 0.38% 0.55% -
HSV(B) 67.67º 0.47% 0.72% -
XYZ 36.58 44.05 18.13 -
YUV 170.91 86.86 129.49 -
System Red Green Blue C M Y K H S L
Decimal 173 184 98 0.06 0 0.47 0.28 67.67 0.38 0.55
Hex AD B8 62 6 0 2F 1C 44 26 37
Octal 255 270 142 6 0 57 34 104 46 67
Binary 10101101 10111000 1100010 110 0 101111 11100 1000100 100110 110111

Color Harmonies of #ADB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB862

Black with #ADB862

Text Example


Text Example

White with #ADB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB862; }

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

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

background-color css

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

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

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

border-color css

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

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

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