#A0BD5A

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

Shades of Green Smoke #A0BD5A

Tints of Green Smoke #A0BD5A

Color information

#A0BD5A (or 0xA0BD5A) is unknown color: approx Green Smoke. HEX triplet: A0, BD and 5A. RGB value is (160,189,90). Sum of RGB (Red+Green+Blue) = 160+189+90=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD5A is #5F42A5. Grayscale: #A9A9A9. Windows color (decimal): -6242982 or 5946784. OLE color: 5946784.

HSL color Cylindrical-coordinate representation of color #A0BD5A: hue angle of 77.58º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0BD5A is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB16018990-
CMYK0.1500.520.26
HSL77.58º42.86%54.71%-
HSV(B)77.58º52.38%74.12%-
XYZ34.5444.6116.46-
YUV169.0483.39121.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 189 (74.22% from 255) = 43.05%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=36.45%
G=43.05%
B=20.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160189900.1500.520.2677.5842.8654.71
HexA0BD5AF0341A4e2b37
Octal24027513217064321165367
Binary1010000010111101101101011110110100110101001110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BD5A; }

 p { color: rgb(160,189,90); }

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

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

 a { background-color: rgb(160,189,90); }

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

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

 span { border-color: rgb(160,189,90); }

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