#A5A651

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

Shades of Olive Green #A5A651

Tints of Olive Green #A5A651

Color information

#A5A651 (or 0xA5A651) is unknown color: approx Olive Green. HEX triplet: A5, A6 and 51. RGB value is (165,166,81). Sum of RGB (Red+Green+Blue) = 165+166+81=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A651 is #5A59AE. Grayscale: #9C9C9C. Windows color (decimal): -5921199 or 5351077. OLE color: 5351077.

HSL color Cylindrical-coordinate representation of color #A5A651: hue angle of 60.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5A651 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16516681-
CMYK0.0100.510.35
HSL60.71º34.41%48.43%-
HSV(B)60.71º51.2%65.1%-
XYZ30.6435.8713.09-
YUV156.0185.67134.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 166 (65.23% from 255) = 40.29%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=40.05%
G=40.29%
B=19.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165166810.0100.510.3560.7134.4148.43
HexA5A6511033233d2230
Octal245246121106343754260
Binary1010010110100110101000110110011100011111101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A651; }

 p { color: rgb(165,166,81); }

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

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

 a { background-color: rgb(165,166,81); }

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

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

 span { border-color: rgb(165,166,81); }

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