#ACB68D

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

Shades of Green Spring #ACB68D

Tints of Green Spring #ACB68D

Color information

#ACB68D (or 0xACB68D) is unknown color: approx Green Spring. HEX triplet: AC, B6 and 8D. RGB value is (172,182,141). Sum of RGB (Red+Green+Blue) = 172+182+141=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB68D is #534972. Grayscale: #AEAEAE. Windows color (decimal): -5458291 or 9287340. OLE color: 9287340.

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

Color convert

RGB172182141-
CMYK0.0500.230.29
HSL74.63º21.93%63.33%-
HSV(B)74.63º22.53%71.37%-
XYZ38.5544.1531.69-
YUV174.34109.19126.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=34.75%
G=36.77%
B=28.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821410.0500.230.2974.6321.9363.33
HexACB68D50171D4b163f
Octal2542662155027351132677
Binary10101100101101101000110110101011111101100101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB68D; }

 p { color: rgb(172,182,141); }

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

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

 a { background-color: rgb(172,182,141); }

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

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

 span { border-color: rgb(172,182,141); }

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