Html Css Color HEX #ADB866 Olive Green

📋 copy color: '#ADB866'

red 173 ◦ green 184 ◦ blue 102

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

Shades of Olive Green #ADB866

Tints of Olive Green #ADB866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.22%

R = 37.69%
G = 40.09%
B = 22.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#ADB866 (or 0xADB866) is known color: Olive Green. HEX triplet: AD, B8 and 66. RGB value is (173,184,102). Sum of RGB (Red+Green+Blue) = 173+184+102=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB866 is #524799. Grayscale: #ABABAB. Windows color (decimal): -5392282 or 6731949. OLE color: 6731949.

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

Color convert

RGB 173 184 102 -
CMYK 0.06 0 0.45 0.28
HSL 68.05º 0.37% 0.56% -
HSV(B) 68.05º 0.45% 0.72% -
XYZ 36.77 44.12 19.15 -
YUV 171.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 173 184 102 0.06 0 0.45 0.28 68.05 0.37 0.56
Hex AD B8 66 6 0 2D 1C 44 25 38
Octal 255 270 146 6 0 55 34 104 45 70
Binary 10101101 10111000 1100110 110 0 101101 11100 1000100 100101 111000

Color Harmonies of #ADB866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB866

Black with #ADB866

Text Example


Text Example

White with #ADB866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB866; }

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

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

background-color css

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

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

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

border-color css

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

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

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