Html Css Color HEX #ADB164 Olive Green

📋 copy color: '#ADB164'

red 173 ◦ green 177 ◦ blue 100

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

Shades of Olive Green #ADB164

Tints of Olive Green #ADB164

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.33%

 BLUE value IS 100 (39.45% from 255) = 22.22%

R = 38.44%
G = 39.33%
B = 22.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#ADB164 (or 0xADB164) is known color: Olive Green. HEX triplet: AD, B1 and 64. RGB value is (173,177,100). Sum of RGB (Red+Green+Blue) = 173+177+100=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB164 is #524E9B. Grayscale: #A7A7A7. Windows color (decimal): -5394076 or 6599085. OLE color: 6599085.

HSL color Cylindrical-coordinate representation of color #ADB164: hue angle of 63.12º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADB164 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 100 -
CMYK 0.02 0 0.44 0.31
HSL 63.12º 0.33% 0.54% -
HSV(B) 63.12º 0.44% 0.69% -
XYZ 35.26 41.25 18.16 -
YUV 167.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 173 177 100 0.02 0 0.44 0.31 63.12 0.33 0.54
Hex AD B1 64 2 0 2C 1F 3F 21 36
Octal 255 261 144 2 0 54 37 77 41 66
Binary 10101101 10110001 1100100 10 0 101100 11111 111111 100001 110110

Color Harmonies of #ADB164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB164

Black with #ADB164

Text Example


Text Example

White with #ADB164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB164; }

 p { color: rgb(173,177,100); }

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

background-color css

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

 a { background-color: rgb(173,177,100); }

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

border-color css

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

 span { border-color: rgb(173,177,100); }

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