Html Css Color HEX #ADB166 Olive Green

📋 copy color: '#ADB166'

red 173 ◦ green 177 ◦ blue 102

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

Shades of Olive Green #ADB166

Tints of Olive Green #ADB166

RGB

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

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

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

R = 38.27%
G = 39.16%
B = 22.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#ADB166 (or 0xADB166) is known color: Olive Green. HEX triplet: AD, B1 and 66. RGB value is (173,177,102). Sum of RGB (Red+Green+Blue) = 173+177+102=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB166 is #524E99. Grayscale: #A7A7A7. Windows color (decimal): -5394074 or 6730157. OLE color: 6730157.

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

Color convert

RGB 173 177 102 -
CMYK 0.02 0 0.42 0.31
HSL 63.2º 0.32% 0.55% -
HSV(B) 63.2º 0.42% 0.69% -
XYZ 35.35 41.29 18.68 -
YUV 167.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 173 177 102 0.02 0 0.42 0.31 63.2 0.32 0.55
Hex AD B1 66 2 0 2A 1F 3F 20 37
Octal 255 261 146 2 0 52 37 77 40 67
Binary 10101101 10110001 1100110 10 0 101010 11111 111111 100000 110111

Color Harmonies of #ADB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB166

Black with #ADB166

Text Example


Text Example

White with #ADB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB166; }

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

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

background-color css

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

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

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

border-color css

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

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

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