#ADB658

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

Shades of Olive Green #ADB658

Tints of Olive Green #ADB658

Color information

#ADB658 (or 0xADB658) is unknown color: approx Olive Green. HEX triplet: AD, B6 and 58. RGB value is (173,182,88). Sum of RGB (Red+Green+Blue) = 173+182+88=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB658 is #5249A7. Grayscale: #A8A8A8. Windows color (decimal): -5392808 or 5813933. OLE color: 5813933.

HSL color Cylindrical-coordinate representation of color #ADB658: hue angle of 65.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADB658 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB17318288-
CMYK0.0500.520.29
HSL65.74º39.17%52.94%-
HSV(B)65.74º51.65%71.37%-
XYZ35.7243.0415.66-
YUV168.5982.52131.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 88 (34.77% from 255) = 19.86%
R=39.05%
G=41.08%
B=19.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182880.0500.520.2965.7439.1752.94
HexADB65850341D422735
Octal2552661305064351024765
Binary101011011011011010110001010110100111011000010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB658; }

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

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

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

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

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

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

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

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