#A3B05B

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

Shades of Green Smoke #A3B05B

Tints of Green Smoke #A3B05B

Color information

#A3B05B (or 0xA3B05B) is unknown color: approx Green Smoke. HEX triplet: A3, B0 and 5B. RGB value is (163,176,91). Sum of RGB (Red+Green+Blue) = 163+176+91=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B05B is #5C4FA4. Grayscale: #A2A2A2. Windows color (decimal): -6049701 or 6008995. OLE color: 6008995.

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

Color convert

RGB16317691-
CMYK0.0700.480.31
HSL69.18º34.98%52.35%-
HSV(B)69.18º48.3%69.02%-
XYZ32.5239.5915.83-
YUV162.4287.69128.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 91 (35.94% from 255) = 21.16%
R=37.91%
G=40.93%
B=21.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163176910.0700.480.3169.1834.9852.35
HexA3B05B70301F452334
Octal2432601337060371054364
Binary101000111011000010110111110110000111111000101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B05B; }

 p { color: rgb(163,176,91); }

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

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

 a { background-color: rgb(163,176,91); }

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

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

 span { border-color: rgb(163,176,91); }

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