#ADB251

Color #ADB251 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ADB251

Tints of Olive Green #ADB251

Color information

#ADB251 (or 0xADB251) is unknown color: approx Olive Green. HEX triplet: AD, B2 and 51. RGB value is (173,178,81). Sum of RGB (Red+Green+Blue) = 173+178+81=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB251 is #524DAE. Grayscale: #A5A5A5. Windows color (decimal): -5393839 or 5354157. OLE color: 5354157.

HSL color Cylindrical-coordinate representation of color #ADB251: hue angle of 63.09º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADB251 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB17317881-
CMYK0.0300.540.30
HSL63.09º38.65%50.78%-
HSV(B)63.09º54.49%69.8%-
XYZ34.6441.3213.93-
YUV165.4580.34133.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 81 (32.03% from 255) = 18.75%
R=40.05%
G=41.20%
B=18.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173178810.0300.540.3063.0938.6550.78
HexADB25130361E3f2733
Octal255262121306636774763
Binary1010110110110010101000111011011011110111111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB251; }

 p { color: rgb(173,178,81); }

 H1.HeaderClassName
 {
   color: #ADB251;
 }
 .AnyTagClassName
 {
   color: #ADB251;
 }
</style>
background-color css

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

 a { background-color: rgb(173,178,81); }

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

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

 span { border-color: rgb(173,178,81); }

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