#A5B055

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

Shades of Green Smoke #A5B055

Tints of Green Smoke #A5B055

Color information

#A5B055 (or 0xA5B055) is unknown color: approx Green Smoke. HEX triplet: A5, B0 and 55. RGB value is (165,176,85). Sum of RGB (Red+Green+Blue) = 165+176+85=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B055 is #5A4FAA. Grayscale: #A2A2A2. Windows color (decimal): -5918635 or 5615781. OLE color: 5615781.

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

Color convert

RGB16517685-
CMYK0.0600.520.31
HSL67.25º36.55%51.18%-
HSV(B)67.25º51.7%69.02%-
XYZ32.6839.7114.54-
YUV162.3484.36129.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 176 (69.14% from 255) = 41.31%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=38.73%
G=41.31%
B=19.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165176850.0600.520.3167.2536.5551.18
HexA5B05560341F432533
Octal2452601256064371034563
Binary101001011011000010101011100110100111111000011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B055; }

 p { color: rgb(165,176,85); }

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

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

 a { background-color: rgb(165,176,85); }

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

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

 span { border-color: rgb(165,176,85); }

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