#ACB58F

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

Shades of Green Spring #ACB58F

Tints of Green Spring #ACB58F

Color information

#ACB58F (or 0xACB58F) is unknown color: approx Green Spring. HEX triplet: AC, B5 and 8F. RGB value is (172,181,143). Sum of RGB (Red+Green+Blue) = 172+181+143=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB58F is #534A70. Grayscale: #AEAEAE. Windows color (decimal): -5458545 or 9418156. OLE color: 9418156.

HSL color Cylindrical-coordinate representation of color #ACB58F: hue angle of 74.21º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB58F is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB172181143-
CMYK0.0500.210.29
HSL74.21º20.43%63.53%-
HSV(B)74.21º20.99%70.98%-
XYZ38.543.832.41-
YUV173.98110.52126.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 143 (56.25% from 255) = 28.83%
R=34.68%
G=36.49%
B=28.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811430.0500.210.2974.2120.4363.53
HexACB58F50151D4a1440
Octal25426521750253511224100
Binary101011001011010110001111101010101111011001010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB58F; }

 p { color: rgb(172,181,143); }

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

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

 a { background-color: rgb(172,181,143); }

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

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

 span { border-color: rgb(172,181,143); }

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