#ADB358

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

Shades of Olive Green #ADB358

Tints of Olive Green #ADB358

Color information

#ADB358 (or 0xADB358) is unknown color: approx Olive Green. HEX triplet: AD, B3 and 58. RGB value is (173,179,88). Sum of RGB (Red+Green+Blue) = 173+179+88=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB358 is #524CA7. Grayscale: #A7A7A7. Windows color (decimal): -5393576 or 5813165. OLE color: 5813165.

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

Color convert

RGB17317988-
CMYK0.0300.510.30
HSL63.96º37.45%52.35%-
HSV(B)63.96º50.84%70.2%-
XYZ35.1241.8315.46-
YUV166.8383.51132.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 88 (34.77% from 255) = 20%
R=39.32%
G=40.68%
B=20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173179880.0300.510.3063.9637.4552.35
HexADB35830331E402534
Octal2552631303063361004564
Binary10101101101100111011000110110011111101000000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB358; }

 p { color: rgb(173,179,88); }

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

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

 a { background-color: rgb(173,179,88); }

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

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

 span { border-color: rgb(173,179,88); }

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