#ADB452

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

Shades of Olive Green #ADB452

Tints of Olive Green #ADB452

Color information

#ADB452 (or 0xADB452) is unknown color: approx Olive Green. HEX triplet: AD, B4 and 52. RGB value is (173,180,82). Sum of RGB (Red+Green+Blue) = 173+180+82=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB452 is #524BAD. Grayscale: #A7A7A7. Windows color (decimal): -5393326 or 5420205. OLE color: 5420205.

HSL color Cylindrical-coordinate representation of color #ADB452: hue angle of 64.29º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADB452 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB17318082-
CMYK0.0400.540.29
HSL64.29º39.52%51.37%-
HSV(B)64.29º54.44%70.59%-
XYZ35.0842.1414.27-
YUV166.7480.18132.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 82 (32.42% from 255) = 18.85%
R=39.77%
G=41.38%
B=18.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173180820.0400.540.2964.2939.5251.37
HexADB45240361D402833
Octal2552641224066351005063
Binary101011011011010010100101000110110111011000000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB452; }

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

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

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

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

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

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

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

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