#ABB46C

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

Shades of Green Smoke #ABB46C

Tints of Green Smoke #ABB46C

Color information

#ABB46C (or 0xABB46C) is unknown color: approx Green Smoke. HEX triplet: AB, B4 and 6C. RGB value is (171,180,108). Sum of RGB (Red+Green+Blue) = 171+180+108=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB46C is #544B93. Grayscale: #A9A9A9. Windows color (decimal): -5524372 or 7124139. OLE color: 7124139.

HSL color Cylindrical-coordinate representation of color #ABB46C: hue angle of 67.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABB46C is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB171180108-
CMYK0.0500.400.29
HSL67.5º32.43%56.47%-
HSV(B)67.5º40%70.59%-
XYZ35.8242.3820.48-
YUV169.193.52129.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=37.25%
G=39.22%
B=23.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801080.0500.400.2967.532.4356.47
HexABB46C50281D442038
Octal2532641545050351044070
Binary101010111011010011011001010101000111011000100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB46C; }

 p { color: rgb(171,180,108); }

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

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

 a { background-color: rgb(171,180,108); }

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

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

 span { border-color: rgb(171,180,108); }

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