Html Css Color HEX #ADB163 Olive Green

📋 copy color: '#ADB163'

red 173 ◦ green 177 ◦ blue 99

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

Shades of Olive Green #ADB163

Tints of Olive Green #ADB163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.05%

R = 38.53%
G = 39.42%
B = 22.05%

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

#ADB163 (or 0xADB163) is known color: Olive Green. HEX triplet: AD, B1 and 63. RGB value is (173,177,99). Sum of RGB (Red+Green+Blue) = 173+177+99=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB163 is #524E9C. Grayscale: #A7A7A7. Windows color (decimal): -5394077 or 6533549. OLE color: 6533549.

HSL color Cylindrical-coordinate representation of color #ADB163: hue angle of 63.08º 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 #ADB163 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 99 -
CMYK 0.02 0 0.44 0.31
HSL 63.08º 0.33% 0.54% -
HSV(B) 63.08º 0.44% 0.69% -
XYZ 35.21 41.23 17.91 -
YUV 166.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 173 177 99 0.02 0 0.44 0.31 63.08 0.33 0.54
Hex AD B1 63 2 0 2C 1F 3F 21 36
Octal 255 261 143 2 0 54 37 77 41 66
Binary 10101101 10110001 1100011 10 0 101100 11111 111111 100001 110110

Color Harmonies of #ADB163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB163

Black with #ADB163

Text Example


Text Example

White with #ADB163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB163; }

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

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

background-color css

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

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

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

border-color css

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

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

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