#ADB054

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

Shades of Olive Green #ADB054

Tints of Olive Green #ADB054

Color information

#ADB054 (or 0xADB054) is unknown color: approx Olive Green. HEX triplet: AD, B0 and 54. RGB value is (173,176,84). Sum of RGB (Red+Green+Blue) = 173+176+84=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB054 is #524FAB. Grayscale: #A4A4A4. Windows color (decimal): -5394348 or 5550253. OLE color: 5550253.

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

Color convert

RGB17317684-
CMYK0.0200.520.31
HSL61.96º36.8%50.98%-
HSV(B)61.96º52.27%69.02%-
XYZ34.3640.5814.41-
YUV164.6182.51133.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 84 (33.20% from 255) = 19.40%
R=39.95%
G=40.65%
B=19.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173176840.0200.520.3161.9636.850.98
HexADB05420341F3e2533
Octal255260124206437764563
Binary1010110110110000101010010011010011111111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB054; }

 p { color: rgb(173,176,84); }

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

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

 a { background-color: rgb(173,176,84); }

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

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

 span { border-color: rgb(173,176,84); }

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