#ADB152

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

Shades of Olive Green #ADB152

Tints of Olive Green #ADB152

Color information

#ADB152 (or 0xADB152) is unknown color: approx Olive Green. HEX triplet: AD, B1 and 52. RGB value is (173,177,82). Sum of RGB (Red+Green+Blue) = 173+177+82=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB152 is #524EAD. Grayscale: #A5A5A5. Windows color (decimal): -5394094 or 5419437. OLE color: 5419437.

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

Color convert

RGB17317782-
CMYK0.0200.540.31
HSL62.53º37.85%50.78%-
HSV(B)62.53º53.67%69.41%-
XYZ34.4840.9414.07-
YUV164.9781.17133.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 177 (69.53% from 255) = 40.97%
BLUE value IS 82 (32.42% from 255) = 18.98%
R=40.05%
G=40.97%
B=18.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173177820.0200.540.3162.5337.8550.78
HexADB15220361F3f2633
Octal255261122206637774663
Binary1010110110110001101001010011011011111111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB152; }

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

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

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

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

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

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

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

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