#ADB05B

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

Shades of Olive Green #ADB05B

Tints of Olive Green #ADB05B

Color information

#ADB05B (or 0xADB05B) is unknown color: approx Olive Green. HEX triplet: AD, B0 and 5B. RGB value is (173,176,91). Sum of RGB (Red+Green+Blue) = 173+176+91=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB05B is #524FA4. Grayscale: #A5A5A5. Windows color (decimal): -5394341 or 6009005. OLE color: 6009005.

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

Color convert

RGB17317691-
CMYK0.0200.480.31
HSL62.12º34.98%52.35%-
HSV(B)62.12º48.3%69.02%-
XYZ34.6540.6915.93-
YUV165.4186.01133.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=39.32%
G=40%
B=20.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173176910.0200.480.3162.1234.9852.35
HexADB05B20301F3e2334
Octal255260133206037764364
Binary1010110110110000101101110011000011111111110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB05B; }

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

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

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

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

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

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

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

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