#A5B058

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

Shades of Green Smoke #A5B058

Tints of Green Smoke #A5B058

Color information

#A5B058 (or 0xA5B058) is unknown color: approx Green Smoke. HEX triplet: A5, B0 and 58. RGB value is (165,176,88). Sum of RGB (Red+Green+Blue) = 165+176+88=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B058 is #5A4FA7. Grayscale: #A3A3A3. Windows color (decimal): -5918632 or 5812389. OLE color: 5812389.

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

Color convert

RGB16517688-
CMYK0.0600.500.31
HSL67.5º35.77%51.76%-
HSV(B)67.5º50%69.02%-
XYZ32.839.7515.18-
YUV162.6885.86129.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 88 (34.77% from 255) = 20.51%
R=38.46%
G=41.03%
B=20.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165176880.0600.500.3167.535.7751.76
HexA5B05860321F442434
Octal2452601306062371044464
Binary101001011011000010110001100110010111111000100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B058; }

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

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

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

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

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

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

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

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