#ADAF55

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

Shades of Olive Green #ADAF55

Tints of Olive Green #ADAF55

Color information

#ADAF55 (or 0xADAF55) is unknown color: approx Olive Green. HEX triplet: AD, AF and 55. RGB value is (173,175,85). Sum of RGB (Red+Green+Blue) = 173+175+85=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF55 is #5250AA. Grayscale: #A4A4A4. Windows color (decimal): -5394603 or 5615533. OLE color: 5615533.

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

Color convert

RGB17317585-
CMYK0.0100.510.31
HSL61.33º36%50.98%-
HSV(B)61.33º51.43%68.63%-
XYZ34.240.214.55-
YUV164.1483.34134.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 85 (33.59% from 255) = 19.63%
R=39.95%
G=40.42%
B=19.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173175850.0100.510.3161.333650.98
HexADAF5510331F3d2433
Octal255257125106337754463
Binary101011011010111110101011011001111111111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF55; }

 p { color: rgb(173,175,85); }

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

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

 a { background-color: rgb(173,175,85); }

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

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

 span { border-color: rgb(173,175,85); }

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